2016-07-27 06:23:29 +00:00
|
|
|
---
|
|
|
|
project_name: "influxdb"
|
|
|
|
|
2017-01-23 14:41:13 +00:00
|
|
|
influxdb_services:
|
|
|
|
influxdb:
|
|
|
|
container_name: influxdb
|
|
|
|
group: influxdb
|
|
|
|
enabled: true
|
|
|
|
image: "{{ influxdb_image_full }}"
|
|
|
|
volumes:
|
|
|
|
- "{{ node_config_directory }}/influxdb/:{{ container_config_directory }}/:ro"
|
|
|
|
- "/etc/localtime:/etc/localtime:ro"
|
|
|
|
- "influxdb:/var/lib/influxdb"
|
|
|
|
- "kolla_logs:/var/log/kolla/"
|
|
|
|
|
|
|
|
|
2016-07-27 06:23:29 +00:00
|
|
|
####################
|
|
|
|
# Docker
|
|
|
|
####################
|
|
|
|
influxdb_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ kolla_install_type }}-influxdb"
|
|
|
|
influxdb_tag: "{{ openstack_release }}"
|
|
|
|
influxdb_image_full: "{{ influxdb_image }}:{{ influxdb_tag }}"
|