blob: ab689e2f2465fd3447ce327da1518c23e81cf216 [file] [log] [blame]
Jakub Pavlikffb8d482016-01-25 23:06:01 +01001haproxy:
2 proxy:
3 enabled: true
4 mode: tcp
5 logging: syslog
6 max_connections: 1024
stelucz01752fe2018-01-26 12:39:23 +01007 nbproc: 4
8 cpu_map:
9 1: 0
10 2: 1
11 3: 2
12 4: 3
13 stats_bind_process: "1 2"
Jakub Pavlikffb8d482016-01-25 23:06:01 +010014 listen:
15 glance_api:
16 type: openstack-service
stelucz01752fe2018-01-26 12:39:23 +010017 bind_process: "1 2 3 4"
Jakub Pavlikffb8d482016-01-25 23:06:01 +010018 binds:
19 - address: 127.0.0.1
20 port: 9292
21 servers:
22 - name: ctl01
23 host: 127.0.0.1
24 port: 9292
25 params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3
26 - name: ctl02
27 host: 127.0.0.1
28 port: 9292
29 params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3
30 - name: ctl03
31 host: 127.0.0.1
32 port: 9292
Dennis Dmitriev3a1cbfa2017-07-06 21:07:27 +030033 params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3
34
35# For haproxy/meta/sensu.yml
36linux:
37 network:
38 fqdn: linux.ci.local