From 6c2f14f642253269cf9d606edf93050c4211d5a7 Mon Sep 17 00:00:00 2001 From: Allan Greentree Date: Fri, 10 Apr 2015 15:37:58 -0600 Subject: [PATCH] raft port changed to 8086 by default with rc22 Change-Id: Ibcf99621024c696a3efcb678148865459b439e55 --- mini-mon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mini-mon.yml b/mini-mon.yml index 1d8922c..2425ea4 100644 --- a/mini-mon.yml +++ b/mini-mon.yml @@ -3,7 +3,7 @@ sudo: yes vars: influxdb: - raft_port: 9090 + raft_port: 8086 seed_servers: [] replication_factor: 1 influxdb_version: 0.9.0-rc22 # Also set in the next play