Jakub Pavlik | ffb8d48 | 2016-01-25 23:06:01 +0100 | [diff] [blame] | 1 | haproxy: |
| 2 | proxy: |
| 3 | enabled: true |
Jakub Pavlik | ffb8d48 | 2016-01-25 23:06:01 +0100 | [diff] [blame] | 4 | listen: |
| 5 | cinder_api: |
| 6 | type: openstack-service |
| 7 | binds: |
| 8 | - address: 127.0.0.1 |
| 9 | port: 8776 |
| 10 | servers: |
| 11 | - name: ctl01 |
| 12 | host: 127.0.0.1 |
| 13 | port: 8776 |
| 14 | params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3 |
| 15 | - name: ctl02 |
| 16 | host: 127.0.0.1 |
| 17 | port: 8776 |
| 18 | params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3 |
| 19 | - name: ctl03 |
| 20 | host: 127.0.0.1 |
| 21 | port: 8776 |
Dennis Dmitriev | 3a1cbfa | 2017-07-06 21:07:27 +0300 | [diff] [blame] | 22 | params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3 |
| 23 | |
| 24 | # For haproxy/meta/sensu.yml |
| 25 | linux: |
| 26 | network: |
| 27 | fqdn: linux.ci.local |