Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 1. Introduction
This document provides a reference for how components in a Red Hat OpenStack Platform environment are installed and configured. Installation and configuration information is grouped by component for the following components:
- The MariaDB Database Service
- The RabbitMQ Message Broker
- The Identity Service
- The Object Storage Service
- The Image Service
- The Block Storage Service
- OpenStack Networking
- The Compute Service
- The Orchestration Service
- The Dashboard
- The Data Processing Service
- The Telemetry Service
- The Time-Series-as-a-Service
- The File Share Service (Technology Preview)
- The Database-as-a-Service (Technology Preview)
Note
For an overview of the OpenStack components and their interfaces, see the Architecture Guide (https://access.redhat.com/documentation/en/red-hat-openstack-platform/).
The document includes tasks, such as database setup and firewall configuration, that are common to all components, and tasks that are specific to configuring each component.
1.1. Subscribe to the Required Channels Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
To install Red Hat OpenStack Platform, you must register all systems in the OpenStack environment with Red Hat Subscription Manager, and subscribe to the required channels.
Procedure 1.1. Subscribing to the Required Channels
- Register your system with the Content Delivery Network, entering your Customer Portal user name and password when prompted:
subscription-manager register
# subscription-manager register
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Obtain detailed information about the Red Hat OpenStack Platform subscription available to you:
subscription-manager list --available --matches '*OpenStack Platform*'
# subscription-manager list --available --matches '*OpenStack Platform*'
Copy to Clipboard Copied! Toggle word wrap Toggle overflow This command should print output similar to the following:Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Use the
Pool ID
printed by this command to attach the Red Hat OpenStack Platform entitlement:subscription-manager attach --pool=Pool ID
# subscription-manager attach --pool=Pool ID
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Disable any irrelevant and enable the required channels:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Run the
yum update
command and reboot to ensure that the most up-to-date packages, including the kernel, are installed and running.yum update reboot
# yum update # reboot
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
You have successfully configured your system to receive Red Hat OpenStack Platform packages. You may use the
yum repolist
command to confirm the repository configuration again at any time.