blob: 87ff43f0b710793c2827f5ad5949406508f3440b [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
7 listen:
8 contrail_analytics:
9 type: contrail-analytics
Gleb Ziminbe7fc342019-01-29 12:05:53 +040010 options:
11 - tcp-check
Jakub Pavlikffb8d482016-01-25 23:06:01 +010012 binds:
13 - address: 127.0.0.1
14 port: 8081
15 servers:
16 - name: ams1posnal01
17 host: 127.0.0.1
18 port: 9081
19 params: check inter 2000 rise 2 fall 3
20 - name: ams1posnal02
21 host: 127.0.0.1
22 port: 9081
23 params: check inter 2000 rise 2 fall 3
24 - name: ams1posnal03
25 host: 127.0.0.1
26 port: 9081
27 params: check inter 2000 rise 2 fall 3
28 contrail_config_stats:
29 type: contrail-config
30 format: listen
31 binds:
32 - address: '*'
33 port: 5937
34 user: haproxy
35 password: password
36 contrail_api:
37 type: contrail-api
Gleb Ziminbe7fc342019-01-29 12:05:53 +040038 options:
39 - tcp-check
Jakub Pavlikffb8d482016-01-25 23:06:01 +010040 check: false
41 binds:
42 - address: 127.0.0.1
43 port: 8082
44 servers:
45 - name: ams1posntw01
46 host: 127.0.0.1
47 port: 9100
48 params: check inter 2000 rise 2 fall 3
49 - name: ams1posntw02
50 host: 127.0.0.1
51 port: 9100
52 params: check inter 2000 rise 2 fall 3
53 - name: ams1posntw03
54 host: 127.0.0.1
55 port: 9100
Dennis Dmitriev3a1cbfa2017-07-06 21:07:27 +030056 params: check inter 2000 rise 2 fall 3
57
58# For haproxy/meta/sensu.yml
59linux:
60 network:
61 fqdn: linux.ci.local