Update for the new api/persister roles

Change-Id: I970c6dae426fb112d905ca1b7d3319c5eb311f6e
This commit is contained in:
Tim Kuhlman 2014-12-03 14:16:55 -07:00
parent 219facab24
commit b37a458991
1 changed files with 1 additions and 2 deletions

View File

@ -33,7 +33,7 @@
sudo: yes
vars:
mini_mon_host: 192.168.10.4
influxdb_host: "{{mini_mon_host}}"
influxdb_url: "http://{{mini_mon_host}}:8086"
influxdb_users:
mon_api: password
mon_persister: password
@ -83,7 +83,6 @@
mysql_password: password,
tags: [api]}
- {role: tkuhlman.monasca-persister,
kafka_uri: "{{kafka_hosts}}",
influxdb_user: mon_persister,
influxdb_password: password,
tags: [persister]}