fix the repo file too.
This commit is contained in:
parent
b40580b2e3
commit
1125c799b7
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
|||
{% if env == "staging" %}
|
||||
[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/
|
||||
|
@ -17,15 +16,16 @@ 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
|
||||
enabled=0
|
||||
{% else %}
|
||||
|
||||
[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
|
||||
{% endif %}
|
||||
enabled=0
|
||||
|
||||
# OpenShift 3.6 needs this for new openvswitch
|
||||
# OpenShift 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
|
||||
enabled=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue