From: Andrew Schoen Date: Tue, 6 Jun 2017 14:04:58 +0000 (-0500) Subject: remove ceph-iscsi-gw play from site.yml.sample X-Git-Tag: v2.2.11^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1591%2Fhead;p=ceph-ansible.git remove ceph-iscsi-gw play from site.yml.sample 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 (cherry picked from commit dd193df4b9d93a124c25b7c6db02350714cd87cc) --- diff --git a/site.yml.sample b/site.yml.sample index b1806418a..a161db7a8 100644 --- a/site.yml.sample +++ b/site.yml.sample @@ -11,7 +11,6 @@ - restapis - rbdmirrors - clients - - iscsigws - mgrs gather_facts: false tags: @@ -93,12 +92,6 @@ roles: - ceph-client -- hosts: iscsigws - gather_facts: false - become: True - roles: - - ceph-iscsi-gw - - hosts: mgrs gather_facts: false become: True