copr: ppc64 machines have different network device
This commit is contained in:
parent
85b7b33e78
commit
1d99b534bf
3 changed files with 5 additions and 3 deletions
|
@ -43,3 +43,5 @@
|
|||
tasks:
|
||||
- include: "provision_builder_tasks.yml"
|
||||
|
||||
- name: disable offloading
|
||||
command: ethtool -K eth0 tso off gro off gso off
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue