]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
mon: refact initial keyring generation
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 24 Nov 2020 10:33:46 +0000 (11:33 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 25 Nov 2020 08:34:44 +0000 (09:34 +0100)
commit970c6a4ee6923588adb81d8c49185ff8e340d52e
tree744b1c80dae08e569a88331812f1da51b1401610
parent5ff2ca270f6e3c28c66950d8bb07aeddc373c0ae
mon: refact initial keyring generation

adding monitor is no longer possible because we generate a new mon
keyring each time the playbook is run.

Fixes: #5864
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
infrastructure-playbooks/add-mon.yml
library/ceph_key.py
roles/ceph-mon/tasks/deploy_monitors.yml
tests/library/test_ceph_key.py