tripleo-ansible/tripleo_ansible/roles/tripleo_cephadm/defaults
John Fulton a806e7d94c Apply ceph_conf_overrides for non-deployed_ceph services
When deployed_ceph is not used, all ceph_conf_overrides in
cephadm-extra-vars-heat.yml are applied during the bootstrap
process via cephadm's config assimilation. This might include
overrides needed by services like RGW which is out of scope of
deployed_ceph. When deployed_ceph is used, these configurations
were not getting applied as they missed their chance during
bootstrap which casued bug 1946253. Thus, add a new task to
assimilate configuration not just during bootstrap but any
time the tripleo_cephadm role is run.

Rename tripleo_cephadm_{bootstrap,assimilation}_conf as
it's used in assimilatiaon not just during bootstrap but
also when new configurations are added (e.g. adding RGW
to a deployed ceph cluster).

Closes-Bug: #1946253
Change-Id: Iac75ab454b3a5983f3a700f2e47d73706ec5b834
(cherry picked from commit cc47629712)
2021-10-13 18:07:18 +00:00
..
main.yml Apply ceph_conf_overrides for non-deployed_ceph services 2021-10-13 18:07:18 +00:00