From c3b6d91f13c2b577234977407853da7d69fa664e Mon Sep 17 00:00:00 2001 From: Kwak Nayoung Date: Sun, 10 Apr 2022 03:36:54 +0000 Subject: [PATCH] Add a missing doctree xena, yoga release in install guide The xena and yoga release's install guide are missing in a doc. I added the following items in install guilde. - Add a yoga ubuntu repository in Archive Eablement. - Add an openstack service install guide for xena, yoga Change-Id: Idaf28719faed357d21c09eb7e11d520bebce2c05 Co-authored-by: hongjungyeon --- .../source/environment-packages-ubuntu.rst | 5 ++ .../source/openstack-services.rst | 50 +++++++++++++++++++ doc/install-guide/source/overview.rst | 3 +- 3 files changed, 57 insertions(+), 1 deletion(-) diff --git a/doc/install-guide/source/environment-packages-ubuntu.rst b/doc/install-guide/source/environment-packages-ubuntu.rst index 45a07deaa9..6b60234680 100644 --- a/doc/install-guide/source/environment-packages-ubuntu.rst +++ b/doc/install-guide/source/environment-packages-ubuntu.rst @@ -14,6 +14,11 @@ Archive. Archive Enablement ------------------ +**OpenStack Yoga for Ubuntu 20.04 LTS:** + +.. code-block:: console + + # add-apt-repository cloud-archive:yoga **OpenStack Xena for Ubuntu 20.04 LTS:** diff --git a/doc/install-guide/source/openstack-services.rst b/doc/install-guide/source/openstack-services.rst index 8558a3d32a..4a244cfd20 100644 --- a/doc/install-guide/source/openstack-services.rst +++ b/doc/install-guide/source/openstack-services.rst @@ -6,6 +6,10 @@ The installation of individual OpenStack services is covered in the Project Installation Guides that are available at the following locations: +* `OpenStack Installation Guides for Yoga + `_ +* `OpenStack Installation Guides for Xena + `_ * `OpenStack Installation Guides for Wallaby `_ * `OpenStack Installation Guides for Victoria @@ -23,6 +27,52 @@ locations: * `OpenStack Installation Guides for Pike `_ +Minimal deployment for Yoga +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +At a minimum, you need to install the following services. Install the services +in the order specified below: + +* Identity service – `keystone installation for Yoga + `_ +* Image service – `glance installation for Yoga + `_ +* Placement service – `placement installation for Yoga + `_ +* Compute service – `nova installation for Yoga + `_ +* Networking service – `neutron installation for Yoga + `_ + +We advise to also install the following components after you have installed the +minimal deployment services: + +* Dashboard – `horizon installation for Yoga `_ +* Block Storage service – `cinder installation for Yoga `_ + +Minimal deployment for Xena +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +At a minimum, you need to install the following services. Install the services +in the order specified below: + +* Identity service – `keystone installation for Xena + `_ +* Image service – `glance installation for Xena + `_ +* Placement service – `placement installation for Xena + `_ +* Compute service – `nova installation for Xena + `_ +* Networking service – `neutron installation for Xena + `_ + +We advise to also install the following components after you have installed the +minimal deployment services: + +* Dashboard – `horizon installation for Xena `_ +* Block Storage service – `cinder installation for Xena `_ + Minimal deployment for Wallaby ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/install-guide/source/overview.rst b/doc/install-guide/source/overview.rst index 61f85cc2c3..3237860749 100644 --- a/doc/install-guide/source/overview.rst +++ b/doc/install-guide/source/overview.rst @@ -32,7 +32,8 @@ following steps toward deployment using a production architecture: to automate deployment and management of the production environment. The OpenStack project has a couple of deployment projects with specific guides per version: - + - `Yoga release `_ + - `Xena release `_ - `Wallaby release `_ - `Victoria release `_ - `Ussuri release `_