ceph-ansible/roles/ceph-client/tasks
Sébastien Han 14fc5bad12 mon: do not serialized container bootstrap
This commit unifies the container and non-container code, which in the
meantime gives use the ability to deploy N mon container at the same
time without having to serialized the deployment. This will drastically
reduces the time needed to bootstrap the cluster.
Note, this is only possible since Nautilus because the monitors are
bootstrap the initial keys on their own once they reach quorum. In the
Nautilus version of the ceph-container mon, we stopped generating the
keys 'manually' from inside the container, for more detail see: https://github.com/ceph/ceph-container/pull/1238

Signed-off-by: Sébastien Han <seb@redhat.com>
2018-12-03 14:39:43 +01:00
..
create_users_keys.yml mon: do not serialized container bootstrap 2018-12-03 14:39:43 +01:00
main.yml don't use "include" to include tasks 2018-09-27 17:53:40 +02:00
pre_requisite.yml client: fix an incorrect title in a task 2018-07-26 15:57:41 +02:00