<div dir="ltr"><div>Hi J-P,</div><div><br></div><div>I am afraid Kolla Ansible only supports a single ceph.conf file at the moment, so you would need to modify its code for additional ones. Take a look at these files:</div><div><br></div><div><a href="https://opendev.org/openstack/kolla-ansible/src/branch/master/ansible/roles/cinder/templates/cinder-volume.json.j2#L17-L23">https://opendev.org/openstack/kolla-ansible/src/branch/master/ansible/roles/cinder/templates/cinder-volume.json.j2#L17-L23</a> (and the cinder-backup file too, if needed)</div><div><a href="https://opendev.org/openstack/kolla-ansible/src/branch/master/ansible/roles/cinder/tasks/external_ceph.yml#L2-L20">https://opendev.org/openstack/kolla-ansible/src/branch/master/ansible/roles/cinder/tasks/external_ceph.yml#L2-L20</a><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 13 Jul 2021 at 21:18, J-P Methot <<a href="mailto:jp.methot@planethoster.info">jp.methot@planethoster.info</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
<br>
I'm progressing in figuring out Kolla and I've hit another issue. On our <br>
regular setups, we happen to be using multiple Ceph backends in cinder. <br>
Each of those backend uses a differently named ceph config file (like <br>
ceph.conf and ceph-rep.conf). While adding a custom configuration to <br>
cinder.conf is pretty easy, what's the best way to ensure that my second <br>
ceph config file ends up in my containers at the correct path? I've <br>
considered using ansible to add the file after kolla has deployed but I <br>
doubt this would be permanent.<br>
<br>
-- <br>
Jean-Philippe Méthot<br>
Senior Openstack system administrator<br>
Administrateur système Openstack sénior<br>
PlanetHoster inc.<br>
<br>
<br>
</blockquote></div></div>