]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-iscsi: Update gateway config/template
authorDimitri Savineau <dsavinea@redhat.com>
Mon, 8 Jul 2019 18:36:07 +0000 (14:36 -0400)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 10 Jul 2019 09:35:21 +0000 (09:35 +0000)
commitc040c34d97980a3554264b24355ec9c4d02784a8
treefe36aa999196b8b72f5a7ba5502b1ab3ea7dfa2b
parent1b6d8f9b451ff5a425e6fde014601c7a467f2d5a
ceph-iscsi: Update gateway config/template

- Remove gateway_keyring from the configuration file because it's
not used in ceph-iscsi 3.x release.
- Use config_template instead of template module for iscsi-gateway
configuration file. Because the file is an ini file and we might want
to override more parameters than those present in ceph-ansible.
- Because we can now set the pool name in the configuration, we should
use a variable for that. This is refact with the iscsi_pool_* variables
also used to configure the pool size.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 1f2a4f1910d75241deb345228227a3ad7711c145)
group_vars/iscsigws.yml.sample
roles/ceph-iscsi-gw/defaults/main.yml
roles/ceph-iscsi-gw/tasks/common.yml
roles/ceph-iscsi-gw/templates/iscsi-gateway.cfg.j2