Updated install guide for Victoria

Updated the install guide for Victoria. NOTE: I did not update
environment-packages-obs.rst so OpenSUSE is still Ussuri.

Change-Id: I967b2455bbc164b42ce90d7cc607b623d7800c01
This commit is contained in:
Amy Marrich (spotz) 2021-03-16 17:52:16 -05:00
parent b3c61f4c77
commit 93ac3ee647
3 changed files with 33 additions and 0 deletions

View File

@ -82,6 +82,13 @@ Enable the OpenStack repository
repository. For CentOS8, you will also need to enable the PowerTools
repository.
**When installing the Victoria release, run:**
.. code-block:: console
# yum install centos-release-openstack-victoria
# yum config-manager --set-enabled PowerTools
**When installing the Ussuri release, run:**
.. code-block:: console

View File

@ -6,6 +6,8 @@ The installation of individual OpenStack services is covered in the
Project Installation Guides that are available at the following
locations:
* `OpenStack Installation Guides for Victoria
<https://docs.openstack.org/victoria/install/>`_
* `OpenStack Installation Guides for Ussuri
<https://docs.openstack.org/ussuri/install/>`_
* `OpenStack Installation Guides for Train
@ -19,6 +21,29 @@ locations:
* `OpenStack Installation Guides for Pike
<https://docs.openstack.org/pike/install/>`_
Minimal deployment for Victoria
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
At a minimum, you need to install the following services. Install the services
in the order specified below:
* Identity service `keystone installation for Victoria
<https://docs.openstack.org/keystone/victoria/install/>`_
* Image service `glance installation for Victoria
<https://docs.openstack.org/glance/victoria/install/>`_
* Placement service `placement installation for Victoria
<https://docs.openstack.org/placement/victoria/install/>`_
* Compute service `nova installation for Victoria
<https://docs.openstack.org/nova/victoria/install/>`_
* Networking service `neutron installation for Victoria
<https://docs.openstack.org/neutron/victoria/install/>`_
We advise to also install the following components after you have installed the
minimal deployment services:
* Dashboard `horizon installation for Victoria <https://docs.openstack.org/horizon/victoria/install/>`_
* Block Storage service `cinder installation for Victoria <https://docs.openstack.org/cinder/victoria/install/>`_
Minimal deployment for Ussuri
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -33,6 +33,7 @@ following steps toward deployment using a production architecture:
The OpenStack project has a couple of deployment projects with
specific guides per version:
- `Victoria release <https://docs.openstack.org/victoria/deploy/>`_
- `Ussuri release <https://docs.openstack.org/ussuri/deploy/>`_
- `Train release <https://docs.openstack.org/train/deploy/>`_
- `Stein release <https://docs.openstack.org/stein/deploy/>`_