]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
remove ceph-iscsi-gw play from site.yml.sample 1589/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 14:04:58 +0000 (09:04 -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>
site.yml.sample

index ae60d09a796802d2a20061fbf357577b5273dac1..16fd1b82140c3ac808907f8e3ca1eee5f4e64fcc 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