diff options
author | krishna <krishna.moorthy6@wipro.com> | 2019-09-05 16:17:59 +0530 |
---|---|---|
committer | krishna <krishna.moorthy6@wipro.com> | 2019-09-05 16:17:59 +0530 |
commit | fca15d45403357f6d05c4258b0e2cd8d0a82c77c (patch) | |
tree | 81ce7166048079d05ec04a099ab660b64acedd8d /dpo/blueprints/k8s-sonhms.yaml | |
parent | 7d37e678ff3abc2d886012206ea282a70a5f9921 (diff) |
Add cbs polling interval to app config in blueprints
Change-Id: I916b2d84e3cd2bb056e226311639bd973fa86c92
Issue-ID: DCAEGEN2-1642
Signed-off-by: krishna <krishna.moorthy6@wipro.com>
Diffstat (limited to 'dpo/blueprints/k8s-sonhms.yaml')
-rw-r--r-- | dpo/blueprints/k8s-sonhms.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dpo/blueprints/k8s-sonhms.yaml b/dpo/blueprints/k8s-sonhms.yaml index 5242577..aefe959 100644 --- a/dpo/blueprints/k8s-sonhms.yaml +++ b/dpo/blueprints/k8s-sonhms.yaml @@ -49,6 +49,10 @@ inputs: type: integer description: dmaap polling interval default: 20 + cbs_polling_interval: + type: integer + description: cbs polling interval + default: 60 polling_timeout: type: integer description: dmaap polling timeout @@ -253,6 +257,7 @@ node_templates: postgres.password: { get_attribute: [ pgaasvm, admin, password ] } sonhandler.pollingInterval: { get_input: polling_interval} sonhandler.pollingTimeout: { get_input: polling_timeout } + cbsPollingInterval: { get_input: cbs_polling_interval } sonhandler.numSolutions: { get_input: num_solutions } sonhandler.minCollision: { get_input: min_collision } sonhandler.minConfusion: { get_input: min_confusion } |