]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: enable the rhcs-7-extras-nightly repo on test nodes 1488/head
authorAndrew Schoen <aschoen@redhat.com>
Mon, 10 Apr 2017 18:46:03 +0000 (13:46 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Mon, 1 May 2017 20:21:28 +0000 (15:21 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit 35aab1274a5ec6ad696040965c87a87310bb019e)

tests/functional/rhcs_setup.yml

index 2fd436aa7382e8770b6697447a183f22321f28ce..286d8e5ae6ecd35175722a9fffab2b15b448341e 100644 (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"