Origin: Centos PaaS RPM packages for openshift origin v3.6.0

Created on 1 Aug 2017  路  9Comments  路  Source: openshift/origin

Would it be possible to build RPM packages for the newly released Openshift Origin v3.6.0 and release them on the Centos PaaS repository?

I can install packages from the testing repository at buildlogs.centos.org before official release.

Thank you in advance @tdawson

componeninstall kinquestion prioritP2

All 9 comments

Will do. I'll post here when they are
a) in testing
b) released

Thank you very much @stevekuznetsov

Is testing complete?

origin 3.6 packages (and corresponding openshift-ansible packages) have been released in the main openshift-origin repo
http://mirror.centos.org/centos/7/paas/x86_64/openshift-origin/

That is the release you are pointed at if you have centos-release-openshift-origin installed.

The release specific repo is still going through it's release process, and should be pushed out to the mirrors within 12 hours.
http://mirror.centos.org/centos/7/paas/x86_64/openshift-origin36/

To be pointed to that release, you will need to do a
yum install centos-release-openshift-origin36
But again, not for another 12 hours or so.

I noticed that the new 3.6.0 packages have a release of 1.0.c4dd4cf as opposed to the release naming scheme you've used previously (1.el7 for example). Are these going to be renamed in the near future or can we expect the current release name to stick?

For the foreseeable future, I believe the current release names (with the git hash at the end) are going to stick. The builds are now being built automatically. All the previous builds were done manually, so I was able to cleanup a few things.
Can we fixup the automatic builds so that the release number is cleaner, yes. But that is for later down the road. Right now we're happy that they are building successfully, and we are working on automated testing, so we can get them released quicker.

Side note: http://mirror.centos.org/centos/7/paas/x86_64/openshift-origin36/ repo has been pushed out, but the centos-release-openshift-origin36 rpm didn't make it into extras. Investigating.

Complete
origin 3.6 is now officially released in CentOS.

You should be able to install it via our generic repo, which tracks the latest release.

  1. yum install centos-release-openshift-origin
  2. yum install origin-clients (or whichever package you want)

You should also be able to install it via our release specific repo

  1. yum install centos-release-openshift-origin36
  2. yum install origin-clients (or whichever package you want)

https://wiki.centos.org/SpecialInterestGroup/PaaS/OpenShift-Quickstart

Was this page helpful?
0 / 5 - 0 ratings