psvimbersky | 82ead33 | 2018-01-02 10:02:55 +0100 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
| 3 | opencontrail_gsc_grp_enable: True |
| 4 | opencontrail_gsc_grp_restart_time: 60 |
| 5 | opencontrail_gsc_grp_end_of_rib_timeout: 30 |
| 6 | opencontrail_gsc_grp_bgp_helper_enable: False |
| 7 | opencontrail_gsc_grp_xmpp_helper_enable: False |
| 8 | opencontrail_gsc_grp_long_lived_restart_time: 300 |
| 9 | opencontrail: |
| 10 | client: |
| 11 | global_system_config: |
| 12 | grp: |
| 13 | enable: ${_param:opencontrail_gsc_grp_enable} |
| 14 | restart_time: ${_param:opencontrail_gsc_grp_restart_time} |
| 15 | end_of_rib_timeout: ${_param:opencontrail_gsc_grp_end_of_rib_timeout} |
| 16 | bgp_helper_enable: ${_param:opencontrail_gsc_grp_bgp_helper_enable} |
| 17 | xmpp_helper_enable: ${_param:opencontrail_gsc_grp_xmpp_helper_enable} |
| 18 | long_lived_restart_time: ${_param:opencontrail_gsc_grp_long_lived_restart_time} |