summaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/system/haproxy/proxy/listen/radosgw.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mcp/reclass/classes/system/haproxy/proxy/listen/radosgw.yml')
-rw-r--r--mcp/reclass/classes/system/haproxy/proxy/listen/radosgw.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/mcp/reclass/classes/system/haproxy/proxy/listen/radosgw.yml b/mcp/reclass/classes/system/haproxy/proxy/listen/radosgw.yml
deleted file mode 100644
index 369306ba4..000000000
--- a/mcp/reclass/classes/system/haproxy/proxy/listen/radosgw.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-parameters:
- _param:
- haproxy_radosgw_bind_port: 8080
- haproxy_radosgw_source_port: 8080
- haproxy:
- proxy:
- listen:
- radosgw:
- mode: tcp
- balance: source
- binds:
- - address: ${_param:cluster_vip_address}
- port: ${_param:haproxy_radosgw_bind_port}
- servers:
- - name: ${_param:cluster_node01_hostname}
- host: ${_param:cluster_node01_address}
- port: ${_param:haproxy_radosgw_source_port}
- params: check
- - name: ${_param:cluster_node02_hostname}
- host: ${_param:cluster_node02_address}
- port: ${_param:haproxy_radosgw_source_port}
- params: backup check
- - name: ${_param:cluster_node03_hostname}
- host: ${_param:cluster_node03_address}
- port: ${_param:haproxy_radosgw_source_port}
- params: backup check