Michel Nederlof | 14da709 | 2018-03-12 22:46:36 +0100 | [diff] [blame] | 1 | haproxy: |
| 2 | proxy: |
| 3 | enabled: true |
| 4 | mode: tcp |
| 5 | logging: syslog |
| 6 | max_connections: 1024 |
| 7 | listen: |
| 8 | nova_metadata_api: |
| 9 | binds: |
| 10 | - address: 127.0.0.1 |
| 11 | port: 8775 |
| 12 | format: end |
| 13 | options: |
| 14 | - httpchk |
| 15 | - httpclose |
| 16 | - httplog |
| 17 | rate_limit: |
| 18 | duration: 900s |
| 19 | enabled: true |
| 20 | requests: 125 |
| 21 | track: content |
| 22 | servers: |
| 23 | - host: 127.0.0.1 |
| 24 | name: ctl01 |
| 25 | params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3 |
| 26 | port: 8775 |
| 27 | - host: 127.0.0.1 |
| 28 | name: ctl02 |
| 29 | params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3 |
| 30 | port: 8775 |
| 31 | - host: 127.0.0.1 |
| 32 | name: ctl03 |
| 33 | params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3 |
| 34 | port: 8775 |
| 35 | type: http |
Oleksandr Bryndzii | 57aa7b4 | 2018-12-11 11:48:23 +0000 | [diff] [blame^] | 36 | nova_novnc: |
| 37 | binds: |
| 38 | - address: 127.0.0.1 |
| 39 | port: 8776 |
| 40 | format: listen |
| 41 | options: |
| 42 | - httpchk |
| 43 | - httpclose |
| 44 | - httplog |
| 45 | rate_limit: |
| 46 | duration: 5s |
| 47 | enabled: true |
| 48 | requests: 60 |
| 49 | track: connection |
| 50 | servers: |
| 51 | - host: 127.0.0.1 |
| 52 | name: ctl01 |
| 53 | params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3 |
| 54 | port: 8776 |
| 55 | - host: 127.0.0.1 |
| 56 | name: ctl02 |
| 57 | params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3 |
| 58 | port: 8776 |
| 59 | - host: 127.0.0.1 |
| 60 | name: ctl03 |
| 61 | params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3 |
| 62 | port: 8776 |
| 63 | type: http |
Michel Nederlof | 14da709 | 2018-03-12 22:46:36 +0100 | [diff] [blame] | 64 | # For haproxy/meta/sensu.yml |
| 65 | linux: |
| 66 | network: |
| 67 | fqdn: linux.ci.local |