tests: enable the downstream rhcs repos

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/1389/head
Andrew Schoen 2017-03-22 15:42:17 -05:00
parent b0caeed682
commit 408cd61483
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,7 @@
description: repo for rhcs ceph-mon description: repo for rhcs ceph-mon
baseurl: "{{ repo_url }}/MON/x86_64/os/" baseurl: "{{ repo_url }}/MON/x86_64/os/"
gpgcheck: no gpgcheck: no
enabled: yes
when: when:
- not is_atomic - not is_atomic
@ -52,6 +53,7 @@
description: repo for rhcs ceph-osd description: repo for rhcs ceph-osd
baseurl: "{{ repo_url }}/OSD/x86_64/os/" baseurl: "{{ repo_url }}/OSD/x86_64/os/"
gpgcheck: no gpgcheck: no
enabled: yes
when: when:
- not is_atomic - not is_atomic
@ -66,5 +68,6 @@
description: repo for rhcs ceph tools description: repo for rhcs ceph tools
baseurl: "{{ repo_url }}/TOOLS/x86_64/os/" baseurl: "{{ repo_url }}/TOOLS/x86_64/os/"
gpgcheck: no gpgcheck: no
enabled: yes
when: when:
- not is_atomic - not is_atomic