OSBS: use the Openshift 3.11 repo in stg

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-09-05 11:04:27 +02:00 committed by Pierre-Yves Chibon
parent c4c84a6956
commit 5a4f01a2d4

View file

@ -1,7 +1,8 @@
{% if inventory_hostname.startswith('osbs') %}
[rhel7-openshift-3.9]
name = rhel7 openshift 3.9 $basearch
baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel7/$basearch/rhel-7-openshift-3.9-rpms/
#TODO : remove this after freeze
[rhel7-openshift-3.11]
name = rhel7 openshift 3.11 $basearch
baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel7/$basearch/rhel-7-openshift-3.11-rpms/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
enabled=1
{% elif inventory_hostname.startswith('os') %}