Guillaume Abrioux
Guillaume Abrioux
jenkins test centos-non_container-update
jenkins test centos-non_container-update
@dsavineau can we get this one merged? is there anything else needed?
@karasjoh000 what is the status on this? should we take over?
@asm0deuz @karasjoh000 🙂
@ktdreyer I personally don't mind pulling the package by dependency during the image build or installing it explicitly, as long as we end up with the package present in the...
> @ktdreyer I personally don't mind pulling the package by dependency during the image build or installing it explicitly, as long as we end up with the package present in...
@jeevadotnet can you try to rerun the playbook with the following `ceph_conf_overrides` instead? ```yaml ceph_conf_overrides: global: osd_pool_default_size: 4 osd_pool_default_min_size: 3 osd_pool_default_pg_num: 32 osd_pool_default_pgp_num: 32 client.glance: rbd default data pool: images_data...
```yaml ceph_conf_overrides: global: osd_pool_default_size: 4 ... client.glance: rbd default data pool: images_data client.nova: rbd default data pool: vms_data client.cinder: rbd default data pool: volumes_data client.cinder-backup: rbd default data pool: backups_data...
> I suspect any keys redefined in later sections override the earlier sections. yes, that's correct. I'm sorry I don't have a lot of time for this at the moment,...