From 93ac3ee647ab50da050e13e51e61fce89760c858 Mon Sep 17 00:00:00 2001 From: "Amy Marrich (spotz)" Date: Tue, 16 Mar 2021 17:52:16 -0500 Subject: [PATCH] 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 --- .../source/environment-packages-rdo.rst | 7 ++++++ .../source/openstack-services.rst | 25 +++++++++++++++++++ doc/install-guide/source/overview.rst | 1 + 3 files changed, 33 insertions(+) diff --git a/doc/install-guide/source/environment-packages-rdo.rst b/doc/install-guide/source/environment-packages-rdo.rst index d783308263..d9e5792144 100644 --- a/doc/install-guide/source/environment-packages-rdo.rst +++ b/doc/install-guide/source/environment-packages-rdo.rst @@ -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 diff --git a/doc/install-guide/source/openstack-services.rst b/doc/install-guide/source/openstack-services.rst index d550642e0c..f3bf06cff0 100644 --- a/doc/install-guide/source/openstack-services.rst +++ b/doc/install-guide/source/openstack-services.rst @@ -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 + `_ * `OpenStack Installation Guides for Ussuri `_ * `OpenStack Installation Guides for Train @@ -19,6 +21,29 @@ locations: * `OpenStack Installation Guides for Pike `_ +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 + `_ +* Image service – `glance installation for Victoria + `_ +* Placement service – `placement installation for Victoria + `_ +* Compute service – `nova installation for Victoria + `_ +* Networking service – `neutron installation for Victoria + `_ + +We advise to also install the following components after you have installed the +minimal deployment services: + +* Dashboard – `horizon installation for Victoria `_ +* Block Storage service – `cinder installation for Victoria `_ + Minimal deployment for Ussuri ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/install-guide/source/overview.rst b/doc/install-guide/source/overview.rst index a33bc52236..ac3317e1d6 100644 --- a/doc/install-guide/source/overview.rst +++ b/doc/install-guide/source/overview.rst @@ -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 `_ - `Ussuri release `_ - `Train release `_ - `Stein release `_