From 1164cdc002cccb9dc1c6f10fb6b4370eafda3c4b Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 2 Aug 2018 11:58:47 +0200 Subject: [PATCH] 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 --- roles/ceph-iscsi-gw/tasks/non-container/prerequisites.yml | 2 ++ 1 file changed, 2 insertions(+) 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'