]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: enable the rhcs-7-extras-nightly repo on test nodes 1427/head
authorAndrew Schoen <aschoen@redhat.com>
Mon, 10 Apr 2017 18:46:03 +0000 (13:46 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Mon, 10 Apr 2017 18:46:03 +0000 (13:46 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
tests/functional/rhcs_setup.yml

index 6c8c8f96a227513e289ed493661d0436aa4284fd..7dadcf9710ed618be58e0acc84ca7f36ab7efeb7 100644 (file)
@@ -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"