From 100f03dc514b1fc460eb9280f5b4be003d96c77b Mon Sep 17 00:00:00 2001 From: Deklan Dieterly Date: Mon, 30 Mar 2015 09:32:17 -0600 Subject: [PATCH] Bump Influxdb to 0.9.0 RC17 for private tags with underscors Change-Id: Iccf0dcb19d9892300500d18d4ef884067fd050e0 --- mini-mon.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mini-mon.yml b/mini-mon.yml index 14d5060..73d9f8d 100644 --- a/mini-mon.yml +++ b/mini-mon.yml @@ -6,7 +6,7 @@ raft_port: 9090 seed_servers: [] replication_factor: 1 - influxdb_version: 0.9.0-rc16 # Also set in the next play + influxdb_version: 0.9.0-rc17 # Also set in the next play mini_mon_host: 192.168.10.4 zookeeper_hosts: "{{mini_mon_host}}:2181" pre_tasks: @@ -36,7 +36,7 @@ influxdb_users: mon_api: password mon_persister: password - influxdb_version: 0.9.0-rc16 # Also set in the previous play + influxdb_version: 0.9.0-rc17 # Also set in the previous play kafka_topics: metrics: { replicas: 1, partitions: 4 } events: { replicas: 1, partitions: 4 }