From be63235aa974a2d6dfb98dba19530ff33469594f Mon Sep 17 00:00:00 2001 From: Luke Meyer Date: Fri, 4 Aug 2017 10:41:20 -0400 Subject: 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. --- .../origin-extra-root/etc/yum.repos.d/centos-openshift-origin.repo | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 images/installer/origin-extra-root/etc/yum.repos.d/centos-openshift-origin.repo (limited to 'images/installer/origin-extra-root/etc/yum.repos.d/centos-openshift-origin.repo') 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 -- cgit v1.2.3