From b3770c06f064bc7cd3dea2e135512299527a64a0 Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Tue, 24 Sep 2024 18:09:17 +0200 Subject: [PATCH] install-guide: Add 2024.2 release The latest release should be listed first. Change-Id: I201c5fc73c08a917fc83f9434e013471af6104e7 --- .../source/openstack-services.rst | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/doc/install-guide/source/openstack-services.rst b/doc/install-guide/source/openstack-services.rst index b403fea37c..91533f32ef 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 2024.2 (Dalmatian) + `_ * `OpenStack Installation Guides for 2024.1 (Caracal) `_ * `OpenStack Installation Guides for 2023.2 (Bobcat) @@ -13,6 +15,29 @@ locations: * `OpenStack Installation Guides for 2023.1 (Antelope) `_ +Minimal deployment for 2024.2 (Dalmatian) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +At a minimum, you need to install the following services. Install the services +in the order specified below: + +* Identity service – `keystone installation for 2024.2 (Dalmatian) + `_ +* Image service – `glance installation for 2024.2 (Dalmatian) + `_ +* Placement service – `placement installation for 2024.2 (Dalmatian) + `_ +* Compute service – `nova installation for 2024.2 (Dalmatian) + `_ +* Networking service – `neutron installation for 2024.2 (Dalmatian) + `_ + +We advise to also install the following components after you have installed the +minimal deployment services: + +* Dashboard – `horizon installation for 2024.2 (Dalmatian) `_ +* Block Storage service – `cinder installation for 2024.2 (Dalmatian) `_ + Minimal deployment for 2024.1 (Caracal) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~