mirror of https://github.com/ceph/ceph-ansible.git
tests: enable the downstream rhcs repos
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1389/head
parent
b0caeed682
commit
408cd61483
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue