aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/system/haproxy/proxy/listen/openstack/cinder.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mcp/reclass/classes/system/haproxy/proxy/listen/openstack/cinder.yml')
-rw-r--r--mcp/reclass/classes/system/haproxy/proxy/listen/openstack/cinder.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/mcp/reclass/classes/system/haproxy/proxy/listen/openstack/cinder.yml b/mcp/reclass/classes/system/haproxy/proxy/listen/openstack/cinder.yml
deleted file mode 100644
index a693e6e21..000000000
--- a/mcp/reclass/classes/system/haproxy/proxy/listen/openstack/cinder.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-parameters:
- haproxy:
- proxy:
- listen:
- cinder_api:
- type: openstack-service
- service_name: cinder
- binds:
- - address: ${_param:cluster_vip_address}
- port: 8776
- servers:
- - name: ctl01
- host: ${_param:cluster_node01_address}
- port: 8776
- params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3
- - name: ctl02
- host: ${_param:cluster_node02_address}
- port: 8776
- params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3
- - name: ctl03
- host: ${_param:cluster_node03_address}
- port: 8776
- params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3 \ No newline at end of file