diff options
author | Alex Shatov <alexs@att.com> | 2018-08-24 13:17:50 -0400 |
---|---|---|
committer | Alex Shatov <alexs@att.com> | 2018-08-24 13:17:50 -0400 |
commit | 6c1a14ac426f0df0f4dc2a10f478252fbb7eeaaf (patch) | |
tree | 2904ceb3a1da320774f3e862287dfcdbac07b6f7 | |
parent | 45cb899800a171a398238665009af73927969db0 (diff) |
inputs for 4.2.0 policy-handler
- intervals for reconfigure and periodic catch_up of policy-handler
Change-Id: If9d2de4e63b737f93f824f8e5789309ed2dfe901
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-470
-rwxr-xr-x | heat/register.sh | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/heat/register.sh b/heat/register.sh index 6471345..4455046 100755 --- a/heat/register.sh +++ b/heat/register.sh @@ -191,17 +191,23 @@ http://${HOSTNAME_CONSUL}:8500/v1/kv/inventory REGKV=' { "policy_handler": { - "deploy_handler" : { - "target_entity" : "deployment_handler", - "max_msg_length_mb" : 5, - "query" : { - "cfy_tenant_name" : "default_tenant" + "deploy_handler": { + "target_entity": "deployment_handler", + "max_msg_length_mb": 5, + "query": { + "cfy_tenant_name": "default_tenant" } }, "thread_pool_size": 4, "policy_retry_count": 5, "pool_connections": 20, "policy_retry_sleep": 5, + "catch_up": { + "interval": 1200 + }, + "reconfigure": { + "interval": 600 + }, "policy_engine": { "path_api": "/pdp/api/", "headers": { |