]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-iscsi: fix certificates generation and distribution
authorSébastien Han <seb@redhat.com>
Tue, 3 Apr 2018 13:20:06 +0000 (15:20 +0200)
committerSébastien Han <seb@redhat.com>
Wed, 4 Apr 2018 07:27:39 +0000 (09:27 +0200)
commitf3caee84605e17f1fdfa4add634f0bf2c2cd510e
tree79c86e7943c27253666993774370dec4e3f82e91
parent5b73be254d249a23ac2eb2f86c4412ef296352a9
ceph-iscsi: fix certificates generation and distribution

Prior to this patch, the certificates where being generated on a single
node only (because of the run_once: true). Thus certificates were not
distributed on all the gateway nodes.

This would require a second ansible run to work. This patches fix the
creation and keys's distribution on all the nodes.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1540845
Signed-off-by: Sébastien Han <seb@redhat.com>
group_vars/iscsi-gws.yml.sample
roles/ceph-iscsi-gw/defaults/main.yml
roles/ceph-iscsi-gw/tasks/deploy_ssl_keys.yml
roles/ceph-iscsi-gw/tasks/generate_crt.yml [deleted file]
roles/ceph-iscsi-gw/tasks/main.yml
tests/functional/centos/7/cluster/group_vars/iscsi-gws