RDO repositories

See the Packstack quickstart for summarized instructions on how to interact with the repositories described in this document.

This document expands on the details of the various repositories involved.

Enabling the Optional, Extras, and RH Common channels on RHEL

If using RHEL it’s assumed that rhel-7-server-rpms is enabled by default. RDO also needs the Optional, Extras, and RH Common channels to be enabled:

$ sudo subscription-manager repos --enable=rhel-7-server-optional-rpms

$ sudo subscription-manager repos --enable=rhel-7-server-extras-rpms

$ sudo subscription-manager repos --enable=rhel-7-server-rh-common-rpms

The Optional channel is not available for CentOS or Scientific Linux. The required packages are included in the main repositories for those distributions. Extras is enabled by default on CentOS 7.

Red Hat OpenStack Platform

The separate Red Hat OpenStack Platform product does not require the Optional, Extras, and RH Common channels enabled.