This website requires JavaScript.
Explore
Help
Register
Sign In
ceph
/
ceph-ansible
mirror of
https://github.com/ceph/ceph-ansible.git
Watch
1
Star
0
Fork
You've already forked ceph-ansible
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8a653cacd5
ceph-ansible
/
tests
/
functional
/
centos
/
7
/
cluster
/
group_vars
/
iscsi-gws
4 lines
53 B
Plaintext
Raw
Normal View
History
Unescape
Escape
iscsi: fix wrong group name for iscsi Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1498490 Signed-off-by: Sébastien Han <seb@redhat.com>
2017-10-05 22:40:07 +08:00
---
gateway_ip_list: 192.168.1.90
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>
2018-04-03 21:20:06 +08:00
generate_crt: True