aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/system/haproxy/proxy/listen/openstack/designate.yml
blob: 7a54af27dde458b82e8c6ce56006e0d57df6c209 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
parameters:
  haproxy:
    proxy:
      listen:
        designate_api:
          type: openstack-service
          service_name: designate
          binds:
          - address: ${_param:cluster_vip_address}
            port: 9001
          servers:
          - name: ${_param:cluster_node01_hostname}
            host: ${_param:cluster_node01_address}
            port: 9001
            params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3
          - name: ${_param:cluster_node02_hostname}
            host: ${_param:cluster_node02_address}
            port: 9001
            params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3