aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/system/haproxy/proxy/listen/rabbitmq.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mcp/reclass/classes/system/haproxy/proxy/listen/rabbitmq.yml')
-rw-r--r--mcp/reclass/classes/system/haproxy/proxy/listen/rabbitmq.yml34
1 files changed, 0 insertions, 34 deletions
diff --git a/mcp/reclass/classes/system/haproxy/proxy/listen/rabbitmq.yml b/mcp/reclass/classes/system/haproxy/proxy/listen/rabbitmq.yml
deleted file mode 100644
index 83992dd11..000000000
--- a/mcp/reclass/classes/system/haproxy/proxy/listen/rabbitmq.yml
+++ /dev/null
@@ -1,34 +0,0 @@
-parameters:
- haproxy:
- proxy:
- listen:
- rabbitmq:
- type: rabbitmq
- service_name: rabbitmq
- binds:
- - address: ${_param:cluster_vip_address}
- port: 5672
- servers:
- - name: ${_param:cluster_node01_hostname}
- host: ${_param:cluster_node01_address}
- port: 5672
- params: check
- - name: ${_param:cluster_node02_hostname}
- host: ${_param:cluster_node02_address}
- port: 5672
- params: backup check
- rabbitmq_management:
- type: rabbitmq
- service_name: rabbitmq
- binds:
- - address: ${_param:cluster_vip_address}
- port: 15672
- servers:
- - name: ${_param:cluster_node01_hostname}
- host: ${_param:cluster_node01_address}
- port: 15672
- params: check
- - name: ${_param:cluster_node02_hostname}
- host: ${_param:cluster_node02_address}
- port: 15672
- params: backup check