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