summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-12-19 14:03:29 -0500
committerGitHub <noreply@github.com>2017-12-19 14:03:29 -0500
commitb62786c85e11780f71aac504761a4f24311205c0 (patch)
treee22c76c62c294b9a62d0a4d6d533a2cb59b2b85c /roles
parent151115eaf18d557aa8f770e61820e10bed4109bc (diff)
parente97bc006f56756862fbc028b4bc8bb7e8cef5329 (diff)
downloadopenshift-b62786c85e11780f71aac504761a4f24311205c0.tar.gz
openshift-b62786c85e11780f71aac504761a4f24311205c0.tar.bz2
openshift-b62786c85e11780f71aac504761a4f24311205c0.tar.xz
openshift-b62786c85e11780f71aac504761a4f24311205c0.zip
Merge pull request #6510 from abutcher/centos37
Add CentOS-OpenShift-Origin37 repo template.
Diffstat (limited to 'roles')
-rw-r--r--roles/openshift_repos/templates/CentOS-OpenShift-Origin37.repo.j227
1 files changed, 27 insertions, 0 deletions
diff --git a/roles/openshift_repos/templates/CentOS-OpenShift-Origin37.repo.j2 b/roles/openshift_repos/templates/CentOS-OpenShift-Origin37.repo.j2
new file mode 100644
index 000000000..db214af2c
--- /dev/null
+++ b/roles/openshift_repos/templates/CentOS-OpenShift-Origin37.repo.j2
@@ -0,0 +1,27 @@
+[centos-openshift-origin37]
+name=CentOS OpenShift Origin
+baseurl=http://mirror.centos.org/centos/7/paas/x86_64/openshift-origin37/
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-PaaS
+
+[centos-openshift-origin37-testing]
+name=CentOS OpenShift Origin Testing
+baseurl=http://buildlogs.centos.org/centos/7/paas/x86_64/openshift-origin37/
+enabled={{ 1 if openshift_repos_enable_testing else 0 }}
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-PaaS
+
+[centos-openshift-origin37-debuginfo]
+name=CentOS OpenShift Origin DebugInfo
+baseurl=http://debuginfo.centos.org/centos/7/paas/x86_64/
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-PaaS
+
+[centos-openshift-origin37-source]
+name=CentOS OpenShift Origin Source
+baseurl=http://vault.centos.org/centos/7/paas/Source/openshift-origin37/
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-PaaS