Bump Influxdb to 0.9.0 RC17 for private tags with underscors

Change-Id: Iccf0dcb19d9892300500d18d4ef884067fd050e0
This commit is contained in:
Deklan Dieterly 2015-03-30 09:32:17 -06:00
parent d350064b63
commit 100f03dc51

View File

@ -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 }