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
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
done

View File

@ -13,6 +13,8 @@
- clients
- iscsigws
gather_facts: false
tags:
- always
tasks:
# 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