tests: enable the rhcs-7-extras-nightly repo on test nodes

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit 35aab1274a)
pull/1488/head
Andrew Schoen 2017-04-10 13:46:03 -05:00
parent 8b73fdcec5
commit 87ea5490af
1 changed files with 3 additions and 0 deletions

View File

@ -71,6 +71,9 @@
group: root
when: not is_atomic
- name: enable the rhel-7-extras-nightly repo
command: "yum-config-manager --enable rhel-7-extras-nightly"
- name: set MTU on eth0
command: "ifconfig eth0 mtu 1400 up"