Merge pull request #1180 from ceph/ceph-installer-sync

changes needed for ceph-installer support
pull/1190/head
Sébastien Han 2016-12-14 18:40:04 +01:00 committed by GitHub
commit 7e74fab370
2 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Ansible playbooks for Ceph
%install %install
mkdir -p %{buildroot}%{_datarootdir}/ceph-ansible mkdir -p %{buildroot}%{_datarootdir}/ceph-ansible
for f in ansible.cfg *.yml *.sample group_vars roles library plugins; do for f in ansible.cfg *.yml *.sample group_vars roles library plugins infrastructure-playbooks; do
cp -a $f %{buildroot}%{_datarootdir}/ceph-ansible cp -a $f %{buildroot}%{_datarootdir}/ceph-ansible
done done

View File

@ -13,6 +13,8 @@
- clients - clients
- iscsigws - iscsigws
gather_facts: false gather_facts: false
tags:
- always
tasks: tasks:
# If we can't get python2 installed before any module is used we will fail # If we can't get python2 installed before any module is used we will fail
# so just try what we can to get it installed # so just try what we can to get it installed