Jakub Pavlik | ffb8d48 | 2016-01-25 23:06:01 +0100 | [diff] [blame] | 1 | haproxy: |
| 2 | proxy: |
| 3 | enabled: true |
| 4 | mode: tcp |
| 5 | logging: syslog |
| 6 | max_connections: 1024 |
| 7 | listen: |
| 8 | contrail_analytics: |
| 9 | type: contrail-analytics |
| 10 | binds: |
| 11 | - address: 127.0.0.1 |
| 12 | port: 8081 |
| 13 | servers: |
| 14 | - name: ams1posnal01 |
| 15 | host: 127.0.0.1 |
| 16 | port: 9081 |
| 17 | params: check inter 2000 rise 2 fall 3 |
| 18 | - name: ams1posnal02 |
| 19 | host: 127.0.0.1 |
| 20 | port: 9081 |
| 21 | params: check inter 2000 rise 2 fall 3 |
| 22 | - name: ams1posnal03 |
| 23 | host: 127.0.0.1 |
| 24 | port: 9081 |
| 25 | params: check inter 2000 rise 2 fall 3 |
| 26 | contrail_config_stats: |
| 27 | type: contrail-config |
| 28 | format: listen |
| 29 | binds: |
| 30 | - address: '*' |
| 31 | port: 5937 |
| 32 | user: haproxy |
| 33 | password: password |
| 34 | contrail_api: |
| 35 | type: contrail-api |
| 36 | check: false |
| 37 | binds: |
| 38 | - address: 127.0.0.1 |
| 39 | port: 8082 |
| 40 | servers: |
| 41 | - name: ams1posntw01 |
| 42 | host: 127.0.0.1 |
| 43 | port: 9100 |
| 44 | params: check inter 2000 rise 2 fall 3 |
| 45 | - name: ams1posntw02 |
| 46 | host: 127.0.0.1 |
| 47 | port: 9100 |
| 48 | params: check inter 2000 rise 2 fall 3 |
| 49 | - name: ams1posntw03 |
| 50 | host: 127.0.0.1 |
| 51 | port: 9100 |
Dennis Dmitriev | 3a1cbfa | 2017-07-06 21:07:27 +0300 | [diff] [blame] | 52 | params: check inter 2000 rise 2 fall 3 |
| 53 | |
| 54 | # For haproxy/meta/sensu.yml |
| 55 | linux: |
| 56 | network: |
| 57 | fqdn: linux.ci.local |