From: Guillaume Abrioux Date: Thu, 2 Aug 2018 09:58:47 +0000 (+0200) Subject: iscsigw: install ceph-iscsi-cli package X-Git-Tag: v3.2.0beta2~87 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1164cdc002cccb9dc1c6f10fb6b4370eafda3c4b;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 --- diff --git a/roles/ceph-iscsi-gw/tasks/non-container/prerequisites.yml b/roles/ceph-iscsi-gw/tasks/non-container/prerequisites.yml index 1c4b81860..a77976bf2 100644 --- a/roles/ceph-iscsi-gw/tasks/non-container/prerequisites.yml +++ b/roles/ceph-iscsi-gw/tasks/non-container/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'