Simon Pasquier | 54831fd | 2017-02-08 11:08:44 +0100 | [diff] [blame^] | 1 | applications: |
2 | - keepalived | ||||
3 | classes: | ||||
4 | - service.keepalived.support | ||||
5 | parameters: | ||||
6 | keepalived: | ||||
7 | cluster: | ||||
8 | enabled: true | ||||
9 | instance: | ||||
10 | stacklight_telemetry_vip: | ||||
11 | address: ${_param:keepalived_stacklight_telemetry_vip_address} | ||||
12 | password: ${_param:keepalived_stacklight_telemetry_vip_password} | ||||
13 | interface: ${_param:keepalived_stacklight_telemetry_vip_interface} | ||||
14 | virtual_router_id: 120 | ||||
15 | priority: 101 |