summaryrefslogtreecommitdiffstats
path: root/roles/repos/files/online/oso-rhui-rhel-7-extras.repo
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2015-02-20 23:52:21 -0500
committerJason DeTiberus <jdetiber@redhat.com>2015-02-22 00:33:07 -0500
commit12ec90897f890e1f5ee417d9f6f56baa359f0313 (patch)
tree8725c92f07518fcacc4f1a0ab60e19070c9f9484 /roles/repos/files/online/oso-rhui-rhel-7-extras.repo
parent8e299557333c7d35368d12a030344e676bbed831 (diff)
downloadopenshift-12ec90897f890e1f5ee417d9f6f56baa359f0313.tar.gz
openshift-12ec90897f890e1f5ee417d9f6f56baa359f0313.tar.bz2
openshift-12ec90897f890e1f5ee417d9f6f56baa359f0313.tar.xz
openshift-12ec90897f890e1f5ee417d9f6f56baa359f0313.zip
Repo role refactor to add enterprise support
- Add openshift_additional_repos config that allows for setting custom repos - cleanup yum repos that were configured for other deployment types
Diffstat (limited to 'roles/repos/files/online/oso-rhui-rhel-7-extras.repo')
-rw-r--r--roles/repos/files/online/oso-rhui-rhel-7-extras.repo23
1 files changed, 23 insertions, 0 deletions
diff --git a/roles/repos/files/online/oso-rhui-rhel-7-extras.repo b/roles/repos/files/online/oso-rhui-rhel-7-extras.repo
new file mode 100644
index 000000000..cfe41f691
--- /dev/null
+++ b/roles/repos/files/online/oso-rhui-rhel-7-extras.repo
@@ -0,0 +1,23 @@
+[oso-rhui-rhel-server-extras]
+name=OpenShift Online RHUI Mirror RH Enterprise Linux - Extras
+baseurl=https://gce-mirror1.ops.rhcloud.com/libra/rhui-rhel-server-7-extras/
+ https://mirror.ops.rhcloud.com/libra/rhui-rhel-server-7-extras/
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release,file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta
+failovermethod=priority
+sslverify=False
+sslclientcert=/var/lib/yum/client-cert.pem
+sslclientkey=/var/lib/yum/client-key.pem
+
+[oso-rhui-rhel-server-extras-htb]
+name=OpenShift Online RHUI Mirror RH Enterprise Linux - Extras HTB
+baseurl=https://gce-mirror1.ops.rhcloud.com/libra/rhui-rhel-server-7-extras-htb/
+ https://mirror.ops.rhcloud.com/libra/rhui-rhel-server-7-extras-htb/
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release,file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta
+failovermethod=priority
+sslverify=False
+sslclientcert=/var/lib/yum/client-cert.pem
+sslclientkey=/var/lib/yum/client-key.pem