copr: ppc64 machines have different network device

This commit is contained in:
Miroslav Suchý 2015-10-08 15:48:49 +02:00
parent 85b7b33e78
commit 1d99b534bf
3 changed files with 5 additions and 3 deletions

View file

@ -43,3 +43,5 @@
tasks:
- include: "provision_builder_tasks.yml"
- name: disable offloading
command: ethtool -K eth0 tso off gro off gso off

View file

@ -39,6 +39,9 @@
tasks:
- include: "provision_builder_tasks.yml"
- name: disable offloading
command: ethtool -K enp0s1 tso off gro off gso off
- get_url: url=https://kojipkgs.fedoraproject.org//packages/mock/1.2.10/1.fc21/noarch/mock-1.2.10-1.fc21.noarch.rpm dest=/tmp/
when: ansible_distribution == 'Fedora' and ansible_distribution_major_version == 21

View file

@ -23,9 +23,6 @@
# BZ 1241507
- shell: yum-deprecated install -y fedpkg-copr || yum install -y fedpkg-copr
- name: disable offloading
command: ethtool -K eth0 tso off gro off gso off
- get_url: url=https://kojipkgs.fedoraproject.org//packages/mock/1.2.12/1.fc21/noarch/mock-1.2.12-1.fc21.noarch.rpm dest=/tmp/
- yum: state=present name=/tmp/mock-1.2.12-1.fc21.noarch.rpm