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:
parent
a19501a174
commit
cb71f1d626
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user