Search

4.4. Registering your System

download PDF
To install the Red Hat OpenStack Platform director, first register the host system using Red Hat Subscription Manager, and subscribe to the required channels.

Procedure 4.1. Subscribing to the Required Channels Using Subscription Manager

  1. Register your system with the Content Delivery Network, entering your Customer Portal user name and password when prompted:
    $ sudo subscription-manager register
  2. Find the entitlement pool for the Red Hat OpenStack Platform director.
    $ sudo subscription-manager list --available --all
    
  3. Use the pool ID located in the previous step to attach the Red Hat OpenStack Platform 8 entitlements:
    $ sudo subscription-manager attach --pool=pool_id
  4. Disable all default repositories, and then enable the required Red Hat Enterprise Linux repositories:
    $ sudo subscription-manager repos --disable=*
    $ sudo subscription-manager repos --enable=rhel-7-server-rpms --enable=rhel-7-server-extras-rpms --enable=rhel-7-server-openstack-8-rpms --enable=rhel-7-server-openstack-8-director-rpms --enable rhel-7-server-rh-common-rpms
    
    These repositories contain packages the director installation requires.

    Important

    Only enable the repositories listed above. Additional repositories can cause package and software conflicts. Do not enable any additional repositories.
  5. Perform an update on your system to make sure you have the latest base system packages:
    $ sudo yum update -y
    $ sudo reboot
The system is now ready for the director installation.
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.