summaryrefslogtreecommitdiffstats
path: root/images/installer/origin-extra-root/etc/yum.repos.d
diff options
context:
space:
mode:
authorLuke Meyer <lmeyer@redhat.com>2017-08-04 10:41:20 -0400
committerLuke Meyer <lmeyer@redhat.com>2017-08-04 10:53:00 -0400
commitbe63235aa974a2d6dfb98dba19530ff33469594f (patch)
tree97657c49db1614484e8270f9f5829203da84e5a5 /images/installer/origin-extra-root/etc/yum.repos.d
parent16a52f21644e3f542e8501a829cd1f2e6b1c4b9f (diff)
downloadopenshift-be63235aa974a2d6dfb98dba19530ff33469594f.tar.gz
openshift-be63235aa974a2d6dfb98dba19530ff33469594f.tar.bz2
openshift-be63235aa974a2d6dfb98dba19530ff33469594f.tar.xz
openshift-be63235aa974a2d6dfb98dba19530ff33469594f.zip
Origin image build: add oc client
The oc client was left out with the move away from playbook2image. However it is needed in the image for the `oc cluster up` use case for installing logging or metrics. This change adds oc via the latest signed and released client RPM, which requires adding the centos-openshift-origin repo to the image.
Diffstat (limited to 'images/installer/origin-extra-root/etc/yum.repos.d')
-rw-r--r--images/installer/origin-extra-root/etc/yum.repos.d/centos-openshift-origin.repo7
1 files changed, 7 insertions, 0 deletions
diff --git a/images/installer/origin-extra-root/etc/yum.repos.d/centos-openshift-origin.repo b/images/installer/origin-extra-root/etc/yum.repos.d/centos-openshift-origin.repo
new file mode 100644
index 000000000..d18994fdd
--- /dev/null
+++ b/images/installer/origin-extra-root/etc/yum.repos.d/centos-openshift-origin.repo
@@ -0,0 +1,7 @@
+
+[centos-openshift-origin]
+name=CentOS OpenShift Origin
+baseurl=http://mirror.centos.org/centos/7/paas/x86_64/openshift-origin/
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-PaaS