]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
migrate from ceph.conf to ceph config
authorGuillaume Abrioux <gabrioux@ibm.com>
Fri, 4 Aug 2023 07:45:28 +0000 (09:45 +0200)
committerGuillaume Abrioux <gabrioux@ibm.com>
Wed, 14 Feb 2024 08:54:13 +0000 (09:54 +0100)
commit14b4abf7c002c1db4c80f85116651bb33b9645e4
tree338f9d09f9d4bd5f158613fb8b7b3eca39733eb9
parentd6bc8e3b9ae5d4561e55fea49b8adef16f08e438
migrate from ceph.conf to ceph config

keep the ceph.conf very simple.
manage the common options such as `public_network` with `ceph_config`
module.

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
group_vars/rgws.yml.sample
roles/ceph-config/tasks/main.yml
roles/ceph-config/templates/ceph.conf.j2
roles/ceph-nfs/tasks/main.yml
roles/ceph-rgw/defaults/main.yml
roles/ceph-rgw/tasks/multisite/main.yml
roles/ceph-rgw/tasks/pre_requisite.yml
site-container.yml.sample
site.yml.sample
tests/functional/tests/mon/test_mons.py
tests/functional/tests/rgw/test_rgw_tuning.py [deleted file]