rework this so hopefully it is now happy
This commit is contained in:
parent
2ddec06c5c
commit
65dbe970f3
1 changed files with 7 additions and 8 deletions
|
@ -1,4 +1,10 @@
|
|||
{% if inventory_hostname in groups['os', 'os-stg'] %}
|
||||
{% if inventory_hostname.startswith('osbs') %}
|
||||
[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
|
||||
enabled=1
|
||||
{% elif inventory_hostname.startswith('os') %}
|
||||
[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,13 +23,6 @@ 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
|
||||
{% elif inventory_hostname in groups['osbs', 'osbs-stg'] %}
|
||||
|
||||
[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
|
||||
enabled=1
|
||||
{% endif %}
|
||||
|
||||
# OpenShift needs this for new openvswitch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue