]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: enable the downstream rhcs repos
authorAndrew Schoen <aschoen@redhat.com>
Wed, 22 Mar 2017 20:42:17 +0000 (15:42 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Wed, 22 Mar 2017 20:42:17 +0000 (15:42 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
tests/functional/rhcs_setup.yml

index 700633781775238f84c7ea1dd1302f24e980c9c0..3d8a732941b694fab88a56eeb3992990d0d7e9b6 100644 (file)
@@ -38,6 +38,7 @@
         description: repo for rhcs ceph-mon
         baseurl: "{{ repo_url }}/MON/x86_64/os/"
         gpgcheck: no
+        enabled: yes
       when:
         - not is_atomic
 
@@ -52,6 +53,7 @@
         description: repo for rhcs ceph-osd
         baseurl: "{{ repo_url }}/OSD/x86_64/os/"
         gpgcheck: no
+        enabled: yes
       when:
         - not is_atomic
 
@@ -66,5 +68,6 @@
         description: repo for rhcs ceph tools
         baseurl: "{{ repo_url }}/TOOLS/x86_64/os/"
         gpgcheck: no
+        enabled: yes
       when:
         - not is_atomic