]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
spec: bring back possibility to install ceph with custom repo
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 7 Jun 2019 08:16:16 +0000 (10:16 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 7 Jun 2019 13:21:42 +0000 (15:21 +0200)
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 <gabrioux@redhat.com>
ceph-ansible.spec.in

index 6c8d80a9d05668155f974f3e7ccaa686a0d83939..fa436226efc206e89526f3229f88981978662e6c 100644 (file)
@@ -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