kolla-ansible/ansible/roles/influxdb/templates/influxdb.json.j2
Mathias Ewald 49f7359b0c Added influxdb role
Added ansible role for influxdb

Introduced host groups for monitoring and influxdb and assign role

Monitoring is deployed on a separate node called monitoring01 by
default

Co-Authored-By: zhubingbing <zhubingbing10@gmail.com>

Change-Id: If2465a14b18c6c3fd657af587a0b85f6b7a0191a
Partially-Implements: Blueprint performance-monitoring
2016-09-02 05:30:08 +00:00

12 lines
306 B
Django/Jinja

{
"command": "/usr/bin/influxd -config /etc/influxdb/influxdb.conf",
"config_files": [
{
"source": "{{ container_config_directory }}/influxdb.conf",
"dest": "/etc/influxdb/influxdb.conf",
"owner": "influxdb",
"perm": "0600"
}
]
}