aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/influxdb.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/influxdb.yml')
-rw-r--r--mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/influxdb.yml28
1 files changed, 0 insertions, 28 deletions
diff --git a/mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/influxdb.yml b/mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/influxdb.yml
deleted file mode 100644
index 02e25d7b2..000000000
--- a/mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/influxdb.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-parameters:
- _param:
- cluster_influxdb_port: ${_param:influxdb_port}
- haproxy:
- proxy:
- listen:
- influxdb:
- mode: http
- options:
- - "httpchk GET /ping"
- - httplog
- - dontlog-normal
- binds:
- - address: ${_param:cluster_vip_address}
- port: ${_param:cluster_influxdb_port}
- servers:
- - name: ${_param:cluster_node01_hostname}
- host: ${_param:cluster_node01_address}
- port: 8086
- params: 'check'
- - name: ${_param:cluster_node02_hostname}
- host: ${_param:cluster_node02_address}
- port: 8086
- params: 'backup check'
- - name: ${_param:cluster_node03_hostname}
- host: ${_param:cluster_node03_address}
- port: 8086
- params: 'backup check'