mirror of https://github.com/ceph/ceph-ansible.git
commit
b7f3be6c35
|
@ -43,6 +43,13 @@ pushd %{buildroot}%{_datarootdir}/ceph-ansible
|
||||||
rm group_vars/common-coreoss.yml.sample
|
rm group_vars/common-coreoss.yml.sample
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
# Strip iscsi files.
|
||||||
|
# These are just placeholders until ceph-iscsi-gw can merge into
|
||||||
|
# ceph-ansible. (See https://bugzilla.redhat.com/1454945).
|
||||||
|
pushd %{buildroot}%{_datarootdir}/ceph-ansible
|
||||||
|
rm -r roles/ceph-iscsi-gw
|
||||||
|
popd
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# Borrowed from upstream's .travis.yml:
|
# Borrowed from upstream's .travis.yml:
|
||||||
ansible-playbook -i dummy-ansible-hosts test.yml --syntax-check
|
ansible-playbook -i dummy-ansible-hosts test.yml --syntax-check
|
||||||
|
|
Loading…
Reference in New Issue