From dd193df4b9d93a124c25b7c6db02350714cd87cc Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Tue, 6 Jun 2017 09:04:58 -0500 Subject: [PATCH] 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 --- site.yml.sample | 7 ------- 1 file changed, 7 deletions(-) diff --git a/site.yml.sample b/site.yml.sample index ae60d09a7..16fd1b821 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