Skip to content

Instantly share code, notes, and snippets.

@hguemar
Forked from alphacc/juno.md
Last active August 29, 2015 14:21
Show Gist options
  • Save hguemar/586b0ebd8332c1cdba0a to your computer and use it in GitHub Desktop.
Save hguemar/586b0ebd8332c1cdba0a to your computer and use it in GitHub Desktop.

RDO Juno EL6 Quickstart

Status

At this time few components of the Juno release have been recompiled for el6 and are available in repositories:

  • openstack-nova
  • openstack-ceilometer

Available packages can be browsed at the following url.

The effort is lead by the CentOS Cloud SIG members.

Packages were rebuilt with the help of the CentOS infrastructure.

About Juno EL6 effort

Juno EL6 effort has been start by the community to provide RDO users an easy way to roll upgrades for their running installation. We focus on the compute/metering part and wanted the ability to keep hypervisors running on EL6 OS.

All dependencies are available through the provided RDO repository and EPEL is not required for the upgrade.

An effort to provide openstack-neutron is being worked on to provide RDO users a way to migrate from nova-network during the Juno cycle and before the Kilo upgrade.

If you are interested in rebuilding other parts or if you want to contribute please Get involved !

Upgrade path from Icehouse on any EL6 system

This documentation has been written for people willing to upgrade RDO "Icehouse" compute node to RDO "Juno" release.

All the instructions assumed you followed the "Icehouse" guide during your initial installation

Upgrade your base OS to latest release

yum upgrade

Disable old repositories

yum-config-manager --disable foreman --disable epel --disable openstack-icehouse

Install Juno EL6 repositories

yum install centos-release-openstack-juno

Upgrade to Juno

yum upgrade --enablerepo=centos-openstack-juno-test

Feedback

We would be thrilled to get your comments/feedback/contribution, you can contact us on Freenode #rdo and #centos-devel channels or subscribe to rdo-list@redhat.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment