Add ceph config file for kolla (#48)

* Add ceph config file for kolla

* Update main.yml

* Remove whitespace

* Update main.yml

* Update kolla
This commit is contained in:
ktibi 2017-10-26 15:40:25 +02:00 committed by Mark Goddard
parent a19501a174
commit cb71f1d626
2 changed files with 6 additions and 0 deletions

View File

@ -237,6 +237,7 @@ kolla_openstack_logging_debug: "False"
# Kolla feature flag configuration.
kolla_enable_barbican: "no"
kolla_enable_ceph: "no"
kolla_enable_glance: "yes"
kolla_enable_haproxy: "yes"
kolla_enable_heat: "yes"

View File

@ -8,6 +8,11 @@
# ignore: Optional list of files to leave in the destination, even if disabled
# or unexpected.
kolla_openstack_custom_config:
# Ceph.
- src: "{{ kolla_extra_config_path }}/ceph"
dest: "{{ kolla_node_custom_config_path }}/ceph"
patterns: "*"
enabled: "{{ kolla_enable_ceph }}"
# Fluentd filters.
- src: "{{ kolla_extra_config_path }}//fluentd/filter"
dest: "{{ kolla_node_custom_config_path }}/fluentd/filter"