aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/system/haproxy/proxy/listen/openstack/sahara.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mcp/reclass/classes/system/haproxy/proxy/listen/openstack/sahara.yml')
-rw-r--r--mcp/reclass/classes/system/haproxy/proxy/listen/openstack/sahara.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/mcp/reclass/classes/system/haproxy/proxy/listen/openstack/sahara.yml b/mcp/reclass/classes/system/haproxy/proxy/listen/openstack/sahara.yml
deleted file mode 100644
index 3bbf8094c..000000000
--- a/mcp/reclass/classes/system/haproxy/proxy/listen/openstack/sahara.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-parameters:
- haproxy:
- proxy:
- listen:
- sahara_api:
- type: openstack-service
- options:
- - httplog
- binds:
- - address: ${_param:cluster_vip_address}
- port: 8386
- servers:
- - name: ctl01
- host: ${_param:cluster_node01_address}
- port: 8386
- params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3
- - name: ctl02
- host: ${_param:cluster_node02_address}
- port: 8386
- params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3
- - name: ctl03
- host: ${_param:cluster_node03_address}
- port: 8386
- params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3