]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
iscsigw: install ceph-iscsi-cli package
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 2 Aug 2018 09:58:47 +0000 (11:58 +0200)
committerSébastien Han <seb@redhat.com>
Mon, 6 Aug 2018 12:11:52 +0000 (14:11 +0200)
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 <gabrioux@redhat.com>
roles/ceph-iscsi-gw/tasks/non-container/prerequisites.yml

index 1c4b818604c1b0427434c42e3f22616ca3835a18..a77976bf217f3a9d92bee4c5d549524fb72e3d05 100644 (file)
@@ -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'