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 `_