Este contenido no está disponible en el idioma seleccionado.

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

Aprender

Pruebe, compre y venda

Comunidades

Acerca de la documentación de Red Hat

Ayudamos a los usuarios de Red Hat a innovar y alcanzar sus objetivos con nuestros productos y servicios con contenido en el que pueden confiar. Explore nuestras recientes actualizaciones.

Hacer que el código abierto sea más inclusivo

Red Hat se compromete a reemplazar el lenguaje problemático en nuestro código, documentación y propiedades web. Para más detalles, consulte el Blog de Red Hat.

Acerca de Red Hat

Ofrecemos soluciones reforzadas que facilitan a las empresas trabajar en plataformas y entornos, desde el centro de datos central hasta el perímetro de la red.

Theme

© 2026 Red Hat
Volver arriba