commit | e93852a313daefc1171f254f612891ecdcc6dcd6 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Wed Aug 03 16:42:42 2016 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Wed Aug 03 16:45:31 2016 +0200 |
tree | 7bc05cd3cd5e535c2c09ab214c078193813b79aa | |
parent | d6fa6abc29b84593006f3b3a340ca74f854abcc7 [diff] [blame] |
Add support for clustering
diff --git a/tests/pillar/cluster.sls b/tests/pillar/cluster.sls new file mode 100644 index 0000000..19911cb --- /dev/null +++ b/tests/pillar/cluster.sls
@@ -0,0 +1,17 @@ +influxdb: + server: + enabled: true + meta: + bind: + address: 0.0.0.0 + port: 8088 + http_address: 0.0.0.0 + http_port: 8091 + cluster: + members: + - host: idb01.local + port: 8091 + - host: idb02.local + port: 8091 + - host: idb03.local + port: 8091