Description of problem: gateway_ip_list doesnt marked as mandatory in iscsi-ansible deployment`s docs. Version-Release number of selected component (if applicable): Testing Ceph Version: 12.2.5-42.el7 Testing Ceph Ansible Version: 3.1.4-1.el7 How reproducible: 100% Steps to Reproduce: 1. Go to https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/3/html/block_device_guide/using_an_iscsi_gateway#configuring_the_iscsi_target_using_ansible 2. Setup ansible config according docs 3. Start deployment Actual results: Deployment failed. Require gateway_ip_list parameter. Expected results: Deployment passed. ISCSI target added
ceph-ansible output 2018-09-19 16:39:47,060 - ceph.ceph - INFO - TASK [ceph-iscsi-gw : make sure gateway_ip_list is configured] ***************** task path: /usr/share/ceph-ansible/roles/ceph-iscsi-gw/tasks/check_mandatory_vars.yml:2 Wednesday 19 September 2018 09:39:46 -0400 (0:00:00.066) 0:18:11.302 *** 2018-09-19 16:39:47,128 - ceph.ceph - INFO - fatal: [ceph-yshap-1537362208389-node3-osdiscsi-gw]: FAILED! => {"changed": false, "failed": true, "msg": "you must set a list of IPs (comma separated) for gateway_ip_list"} 2018-09-19 16:39:47,152 - ceph.ceph - INFO - fatal: [ceph-yshap-1537362208389-node2-osdiscsi-gw]: FAILED! => {"changed": false, "failed": true, "msg": "you must set a list of IPs (comma separated) for gateway_ip_list"} 2018-09-19 16:39:47,158 - ceph.ceph - INFO - fatal: [ceph-yshap-1537362208389-node5-osdiscsi-gw]: FAILED! => {"changed": false, "failed": true, "msg": "you must set a list of IPs (comma separated) for gateway_ip_list"} 2018-09-19 16:39:47,173 - ceph.ceph - INFO - fatal: [ceph-yshap-1537362208389-node6-osdiscsi-gw]: FAILED! => {"changed": false, "failed": true, "msg": "you must set a list of IPs (comma separated) for gateway_ip_list"}
Verified based on the links provided in Comment 4