Pull out influxdb_version to allow for easier switching to influxdb 0.9
Change-Id: I5f3801ad898b7d7b759f1b3f6126664bfeadad4e
This commit is contained in:
parent
71a4ec78fb
commit
729f27f0a5
@ -3,10 +3,10 @@
|
||||
sudo: yes
|
||||
vars:
|
||||
influxdb:
|
||||
version: 0.8.8
|
||||
raft_port: 9090
|
||||
seed_servers: []
|
||||
replication_factor: 1
|
||||
influxdb_version: 0.8.8 # Also set in the next play
|
||||
mini_mon_host: 192.168.10.4
|
||||
zookeeper_hosts: "{{mini_mon_host}}:2181"
|
||||
pre_tasks:
|
||||
@ -36,6 +36,7 @@
|
||||
influxdb_users:
|
||||
mon_api: password
|
||||
mon_persister: password
|
||||
influxdb_version: 0.8.8 # Also set in the previous play
|
||||
kafka_topics:
|
||||
metrics: { replicas: 1, partitions: 4 }
|
||||
events: { replicas: 1, partitions: 4 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user