aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/system/haproxy/proxy/listen/openstack/nova-placement.yml
blob: e3b72b7dc8396a6102a10865f41288f640c77a89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
parameters:
  haproxy:
    proxy:
      listen:
        nova_placement_api:
          mode: http
          binds:
          - address: ${_param:cluster_vip_address}
            port: 8778
          options:
          - httpclose
          - httplog
          health-check:
            http:
              options:
              - expect status 401
          servers:
          - name: ctl01
            host: ${_param:cluster_node01_address}
            port: 8778
            params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3
          - name: ctl02
            host: ${_param:cluster_node02_address}
            port: 8778
            params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3
          - name: ctl03
            host: ${_param:cluster_node03_address}
            port: 8778
            params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3