]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
remove ceph-iscsi-gw play from site.yml.sample 1591/head
authorAndrew Schoen <aschoen@redhat.com>
Tue, 6 Jun 2017 14:04:58 +0000 (09:04 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 6 Jun 2017 15:18:40 +0000 (10:18 -0500)
We ship ceph-iscsi-gw in a separate repo downstream and do not package
it with ceph-ansible. Including the play for ceph-iscsi-gw in
site.yml.sample makes the playbook fail when using the downstream
packages.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1454945
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit dd193df4b9d93a124c25b7c6db02350714cd87cc)

site.yml.sample

index b1806418a73540e453f8c579f7ec00f861f57ff7..a161db7a8cb85ab7359585f75b001d131cf540c2 100644 (file)
@@ -11,7 +11,6 @@
   - restapis
   - rbdmirrors
   - clients
-  - iscsigws
   - mgrs
   gather_facts: false
   tags:
   roles:
   - ceph-client
 
-- hosts: iscsigws
-  gather_facts: false
-  become: True
-  roles:
-  - ceph-iscsi-gw
-
 - hosts: mgrs
   gather_facts: false
   become: True