mirror of https://github.com/ceph/ceph-ansible.git
tests: enable the rhcs-7-extras-nightly repo on test nodes
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1427/head
parent
6145a809ba
commit
35aab1274a
|
@ -49,6 +49,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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue