Skip to content
Snippets Groups Projects
Commit cb71f1d6 authored by ktibi's avatar ktibi Committed by Mark Goddard
Browse files

Add ceph config file for kolla (#48)

* Add ceph config file for kolla

* Update main.yml

* Remove whitespace

* Update main.yml

* Update kolla
parent a19501a1
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment