| haproxy: | |
| proxy: | |
| enabled: true | |
| listen: | |
| cinder_api: | |
| type: openstack-service | |
| binds: | |
| - address: 127.0.0.1 | |
| port: 8776 | |
| servers: | |
| - name: ctl01 | |
| host: 127.0.0.1 | |
| port: 8776 | |
| params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3 | |
| - name: ctl02 | |
| host: 127.0.0.1 | |
| port: 8776 | |
| params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3 | |
| - name: ctl03 | |
| host: 127.0.0.1 | |
| port: 8776 | |
| params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3 | |
| # For haproxy/meta/sensu.yml | |
| linux: | |
| network: | |
| fqdn: linux.ci.local |