ceph-ansible/roles/ceph-validate/tasks
Dimitri Savineau 78ce0aa0b5 ceph-validate: use kernel validation for iscsi
Ceph iSCSI gateway requires Red Hat Enterprise Linux or CentOS 7.5
or later.
Because we can not check the ansible_distribution_version fact for
CentOS with ansible 2.8 (returns only the major version) we can
fallback by checking the kernel option.

  - CONFIG_TARGET_CORE=m
  - CONFIG_TCM_USER2=m
  - CONFIG_ISCSI_TARGET=m

http://docs.ceph.com/docs/master/rbd/iscsi-target-cli-manual-install/

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 0c7fd79865)
2019-05-21 09:17:46 +02:00
..
check_devices.yml osd: remove dedicated_devices variable 2019-04-12 00:45:21 +00:00
check_eth_mon.yml improve coding style 2019-05-06 15:09:06 +00:00
check_eth_rgw.yml improve coding style 2019-05-06 15:09:06 +00:00
check_ipaddr_mon.yml improve coding style 2019-05-06 15:09:06 +00:00
check_iscsi.yml lint: Don't compare to empty string 2018-11-08 10:22:02 +00:00
check_rgw_multisite.yml lint: remove trailling spaces 2018-10-31 14:18:36 +01:00
check_system.yml ceph-validate: use kernel validation for iscsi 2019-05-21 09:17:46 +02:00
main.yml improve coding style 2019-05-06 15:09:06 +00:00