Merge pull request #1488 from ceph/backport-1427

tests: enable the rhcs-7-extras-nightly repo on test nodes
pull/1489/head
Andrew Schoen 2017-05-01 15:29:06 -05:00 committed by GitHub
commit 6e2a837f20
1 changed files with 3 additions and 0 deletions

View File

@ -71,6 +71,9 @@
group: root group: root
when: not is_atomic 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 - name: set MTU on eth0
command: "ifconfig eth0 mtu 1400 up" command: "ifconfig eth0 mtu 1400 up"