diff options
author | Alex Shatov <alexs@att.com> | 2018-08-24 13:16:42 -0400 |
---|---|---|
committer | Alex Shatov <alexs@att.com> | 2018-08-24 13:16:42 -0400 |
commit | 8804f6608398d6040e0f3d780192907fcbc110ab (patch) | |
tree | 67ceaf0d1d8cc62bba6b02c31c3dddebfe7fe0c4 /input-templates/phinputs.yaml | |
parent | e174b3e75c6b85dbd92e01de581bd7b5dc682487 (diff) |
blueprint and inputs for 4.2.0 policy-handler
- new interval for reconfigure of policy-handler
Change-Id: Ice1d944f7772ecc06312715b3009c9b0e03413a2
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-470
Diffstat (limited to 'input-templates/phinputs.yaml')
-rw-r--r-- | input-templates/phinputs.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
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. |