mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #2065 from ceph/rhcs-rm
[skip ci] rpm: remove ability to install ceph community versionpull/2073/head
commit
897136b368
|
@ -46,6 +46,8 @@ pushd %{buildroot}%{_datarootdir}/ceph-ansible
|
||||||
# These untested playbooks are too unstable for users.
|
# These untested playbooks are too unstable for users.
|
||||||
rm -r infrastructure-playbooks/untested-by-ci
|
rm -r infrastructure-playbooks/untested-by-ci
|
||||||
%if ! 0%{?fedora} && ! 0%{?centos}
|
%if ! 0%{?fedora} && ! 0%{?centos}
|
||||||
|
# remove ability to install ceph community version
|
||||||
|
rm roles/ceph-common/tasks/installs/redhat_{community,custom,dev}_repository.yml
|
||||||
# Ship only the Red Hat Ceph Storage config (overwrite upstream settings)
|
# Ship only the Red Hat Ceph Storage config (overwrite upstream settings)
|
||||||
cp group_vars/rhcs.yml.sample group_vars/all.yml.sample
|
cp group_vars/rhcs.yml.sample group_vars/all.yml.sample
|
||||||
%endif
|
%endif
|
||||||
|
|
Loading…
Reference in New Issue