From: Guillaume Abrioux Date: Thu, 2 Aug 2018 09:58:47 +0000 (+0200) Subject: iscsigw: install ceph-iscsi-cli package X-Git-Tag: v3.0.41 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a4d8917729a5d77792f72298e6bbeba7ad4103dd;p=ceph-ansible.git iscsigw: install ceph-iscsi-cli package Install ceph-iscsi-cli in order to provide the `gwcli` command tool. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1602785 Signed-off-by: Guillaume Abrioux (cherry picked from commit 1164cdc002cccb9dc1c6f10fb6b4370eafda3c4b) --- diff --git a/roles/ceph-iscsi-gw/tasks/prerequisites.yml b/roles/ceph-iscsi-gw/tasks/prerequisites.yml index ba9ae435e..f1721138f 100644 --- a/roles/ceph-iscsi-gw/tasks/prerequisites.yml +++ b/roles/ceph-iscsi-gw/tasks/prerequisites.yml @@ -5,6 +5,7 @@ - ceph-iscsi-config - tcmu-runner - python-rtslib + - ceph-iscsi-cli when: - ansible_os_family == 'RedHat' - ceph_origin == 'repository' @@ -48,6 +49,7 @@ - ceph-iscsi-config - targetcli - python-rtslib + - ceph-iscsi-cli when: - ansible_os_family == 'RedHat'