summaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/system/haproxy/proxy/listen/stacklight
diff options
context:
space:
mode:
Diffstat (limited to 'mcp/reclass/classes/system/haproxy/proxy/listen/stacklight')
-rw-r--r--mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/elasticsearch.yml28
-rw-r--r--mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/grafana.yml26
-rw-r--r--mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/influxdb.yml28
-rw-r--r--mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/kibana.yml28
-rw-r--r--mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/redis.yml32
-rw-r--r--mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/sensu.yml28
-rw-r--r--mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/uchiwa.yml29
7 files changed, 0 insertions, 199 deletions
diff --git a/mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/elasticsearch.yml b/mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/elasticsearch.yml
deleted file mode 100644
index 531d647f0..000000000
--- a/mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/elasticsearch.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-parameters:
- haproxy:
- proxy:
- listen:
- elasticsearch:
- mode: http
- options:
- - httplog
- - http-keep-alive
- - prefer-last-server
- - dontlog-normal
- balance: roundrobin
- binds:
- - address: ${_param:cluster_vip_address}
- port: 9200
- servers:
- - name: ${_param:cluster_node01_hostname}
- host: ${_param:cluster_node01_address}
- port: 9200
- params: 'check inter 10s fastinter 2s downinter 3s rise 3 fall 3'
- - name: ${_param:cluster_node02_hostname}
- host: ${_param:cluster_node02_address}
- port: 9200
- params: 'check inter 10s fastinter 2s downinter 3s rise 3 fall 3'
- - name: ${_param:cluster_node03_hostname}
- host: ${_param:cluster_node03_address}
- port: 9200
- params: 'check inter 10s fastinter 2s downinter 3s rise 3 fall 3'
diff --git a/mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/grafana.yml b/mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/grafana.yml
deleted file mode 100644
index 3f59ce268..000000000
--- a/mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/grafana.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-parameters:
- haproxy:
- proxy:
- listen:
- grafana:
- mode: http
- options:
- - httplog
- - dontlog-normal
- balance: source
- binds:
- - address: ${_param:cluster_vip_address}
- port: ${_param:cluster_grafana_port}
- servers:
- - name: ${_param:cluster_node01_hostname}
- host: ${_param:cluster_node01_address}
- port: 3000
- params: 'check'
- - name: ${_param:cluster_node02_hostname}
- host: ${_param:cluster_node02_address}
- port: 3000
- params: 'check'
- - name: ${_param:cluster_node03_hostname}
- host: ${_param:cluster_node03_address}
- port: 3000
- params: 'check'
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'
diff --git a/mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/kibana.yml b/mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/kibana.yml
deleted file mode 100644
index e92e38a43..000000000
--- a/mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/kibana.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-parameters:
- haproxy:
- proxy:
- listen:
- kibana:
- mode: http
- options:
- - httplog
- - http-keep-alive
- - prefer-last-server
- - dontlog-normal
- balance: roundrobin
- binds:
- - address: ${_param:cluster_vip_address}
- port: 5601
- servers:
- - name: ${_param:cluster_node01_hostname}
- host: ${_param:cluster_node01_address}
- port: 5601
- params: 'check inter 10s fastinter 2s downinter 3s rise 3 fall 3'
- - name: ${_param:cluster_node02_hostname}
- host: ${_param:cluster_node02_address}
- port: 5601
- params: 'check inter 10s fastinter 2s downinter 3s rise 3 fall 3'
- - name: ${_param:cluster_node03_hostname}
- host: ${_param:cluster_node03_address}
- port: 5601
- params: 'check inter 10s fastinter 2s downinter 3s rise 3 fall 3'
diff --git a/mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/redis.yml b/mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/redis.yml
deleted file mode 100644
index 881e8ed9a..000000000
--- a/mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/redis.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-parameters:
- haproxy:
- proxy:
- listen:
- redis:
- mode: tcp
- check: False
- health-check:
- tcp:
- options:
- - send PING\r\n
- - expect string +PONG
- - send info\ replication\r\n
- - expect string role:master
- - send QUIT\r\n
- - expect string +OK
- binds:
- - address: ${_param:cluster_vip_address}
- port: ${_param:cluster_redis_port}
- servers:
- - name: ${_param:cluster_node01_hostname}
- host: ${_param:cluster_node01_address}
- port: 6379
- params: 'check'
- - name: ${_param:cluster_node02_hostname}
- host: ${_param:cluster_node02_address}
- port: 6379
- params: 'check'
- - name: ${_param:cluster_node03_hostname}
- host: ${_param:cluster_node03_address}
- port: 6379
- params: 'check'
diff --git a/mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/sensu.yml b/mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/sensu.yml
deleted file mode 100644
index 33ab5bcd4..000000000
--- a/mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/sensu.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-parameters:
- haproxy:
- proxy:
- listen:
- sensu:
- mode: http
- options:
- - forwardfor
- - httpchk
- - httpclose
- - httplog
- balance: source
- binds:
- - address: ${_param:cluster_vip_address}
- port: 4567
- servers:
- - name: ${_param:cluster_node01_hostname}
- host: ${_param:cluster_node01_address}
- port: 4567
- params: check
- - name: ${_param:cluster_node02_hostname}
- host: ${_param:cluster_node02_address}
- port: 4567
- params: check
- - name: ${_param:cluster_node03_hostname}
- host: ${_param:cluster_node03_address}
- port: 4567
- params: check
diff --git a/mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/uchiwa.yml b/mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/uchiwa.yml
deleted file mode 100644
index 3bec0e82b..000000000
--- a/mcp/reclass/classes/system/haproxy/proxy/listen/stacklight/uchiwa.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-parameters:
- haproxy:
- proxy:
- listen:
- uchiwa:
- mode: http
- options:
- - forwardfor
- - httpchk
- - httpclose
- - httplog
- balance: source
- binds:
- - address: ${_param:cluster_vip_address}
- port: 3001
- servers:
- - name: ${_param:cluster_node01_hostname}
- host: ${_param:cluster_node01_address}
- port: 3001
- params: check
- - name: ${_param:cluster_node02_hostname}
- host: ${_param:cluster_node02_address}
- port: 3001
- params: check
- - name: ${_param:cluster_node03_hostname}
- host: ${_param:cluster_node03_address}
- port: 3001
- params: check
-