From 12651433ba2f538ad5088bb14057bc3d61904ce6 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Fri, 7 Jun 2019 10:16:16 +0200 Subject: [PATCH] spec: bring back possibility to install ceph with custom repo This can be seen as a regression for customers who were used to deploy in offline environment with custom repositories. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1673254 Signed-off-by: Guillaume Abrioux (cherry picked from commit c933645bf7015e08c97058186954483c40ecbfbd) --- ceph-ansible.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-ansible.spec.in b/ceph-ansible.spec.in index 6c8d80a9d..fa436226e 100644 --- a/ceph-ansible.spec.in +++ b/ceph-ansible.spec.in @@ -49,7 +49,7 @@ pushd %{buildroot}%{_datarootdir}/ceph-ansible rm -r infrastructure-playbooks/untested-by-ci %if ! 0%{?fedora} && ! 0%{?centos} # remove ability to install ceph community version - rm roles/ceph-common/tasks/installs/redhat_{community,custom,dev}_repository.yml + rm roles/ceph-common/tasks/installs/redhat_{community,dev}_repository.yml # Ship only the Red Hat Ceph Storage config (overwrite upstream settings) cp group_vars/rhcs.yml.sample group_vars/all.yml.sample %endif