このコンテンツは選択した言語では利用できません。

Chapter 3. Installing the all-in-one OpenStack environment


Before you can begin configuring, deploying, and testing your all-in-one OpenStack environment, you must install the necessary packages and dependencies, and share the public key from your user account on your physical machine to the virtual machine hosting the OpenStack environment.

Note

Perform the following steps as the user that requires access to the OpenStack host machine, which is likely to be your regular, non-root user account.

  1. Log in as a non-root user to the bare metal or virtual machine where you want to install the standalone services:

    $ ssh <non-root-user>@<host-machine>
  2. Register the machine with Red Hat Subscription Manager. Enter your Red Hat subscription credentials at the prompt:

    $ sudo subscription-manager register
  3. Attach your Red Hat subscription to the entitlement server:

    $ sudo subscription-manager attach --auto
  4. Run the following commands to enable the necessary repositories:

    $ sudo yum install -y yum-utils
    $ sudo yum-config-manager --enable rhel-7-server-rpms
    $ sudo yum-config-manager --enable rhel-7-server-optional-rpms
    $ sudo yum-config-manager --enable rhel-7-server-extras-rpms
    $ sudo yum-config-manager --enable rhel-ha-for-rhel-7-server-rpms
    $ sudo yum-config-manager --enable rhel-7-server-openstack-<VERSION>-rpms

    Replace <VERSION> with the version of your OpenStack installation.

    Expand
    VersionName

    14

    rocky

    Note

    The all-in-one OpenStack installation is a Technology Preview feature in Red Hat OpenStack Platform 14.

  5. Install the TripleO command line interface (CLI):

    $ sudo yum install -y python-tripleoclient
  6. Copy your public SSH key to the all-in-one host machine:

    $ sudo ssh-copy-id <non-root-user>@<host-machine>
Red Hat logoGithubredditYoutubeTwitter

詳細情報

試用、購入および販売

コミュニティー

会社概要

Red Hat は、企業がコアとなるデータセンターからネットワークエッジに至るまで、各種プラットフォームや環境全体で作業を簡素化できるように、強化されたソリューションを提供しています。

多様性を受け入れるオープンソースの強化

Red Hat では、コード、ドキュメント、Web プロパティーにおける配慮に欠ける用語の置き換えに取り組んでいます。このような変更は、段階的に実施される予定です。詳細情報: Red Hat ブログ.

Red Hat ドキュメントについて

Legal Notice

Theme

© 2026 Red Hat
トップに戻る