2018-02-23 22:26:39 +00:00
|
|
|
{% if env == "staging" %}
|
|
|
|
[rhel7-openshift-3.7]
|
|
|
|
name = rhel7 openshift 3.7 $basearch
|
|
|
|
baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel7/$basearch/rhel-7-openshift-3.7-rpms/
|
|
|
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
|
|
|
|
|
|
|
|
{% elif if env == "production %}
|
2017-09-15 19:18:32 +00:00
|
|
|
[rhel7-openshift-3.6]
|
|
|
|
name = rhel7 openshift 3.6 $basearch
|
|
|
|
baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel7/$basearch/rhel-7-openshift-3.6-rpms/
|
|
|
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
|
2017-09-15 20:50:08 +00:00
|
|
|
|
|
|
|
# OpenShift 3.6 needs this for new openvswitch
|
|
|
|
[rhel7-fast-datapath]
|
|
|
|
name = rhel7 fast datapath $basearch
|
|
|
|
baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel7/$basearch/rhel-7-fast-datapath/
|
|
|
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
|
2018-02-23 22:26:39 +00:00
|
|
|
{% endif %}
|