From 408cd614838f84036797406bade4b0da4db5e80c Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 22 Mar 2017 15:42:17 -0500 Subject: [PATCH] tests: enable the downstream rhcs repos Signed-off-by: Andrew Schoen --- tests/functional/rhcs_setup.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/functional/rhcs_setup.yml b/tests/functional/rhcs_setup.yml index 700633781..3d8a73294 100644 --- a/tests/functional/rhcs_setup.yml +++ b/tests/functional/rhcs_setup.yml @@ -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 -- 2.39.5