Merge "install-guide: Add 2024.2 release"

This commit is contained in:
Zuul 2024-10-07 12:40:24 +00:00 committed by Gerrit Code Review
commit 60da301a55

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 2024.2 (Dalmatian)
<https://docs.openstack.org/2024.2/install/>`_
* `OpenStack Installation Guides for 2024.1 (Caracal)
<https://docs.openstack.org/2024.1/install/>`_
* `OpenStack Installation Guides for 2023.2 (Bobcat)
@ -13,6 +15,29 @@ locations:
* `OpenStack Installation Guides for 2023.1 (Antelope)
<https://docs.openstack.org/2023.1/install/>`_
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)
<https://docs.openstack.org/keystone/2024.2/install/>`_
* Image service `glance installation for 2024.2 (Dalmatian)
<https://docs.openstack.org/glance/2024.2/install/>`_
* Placement service `placement installation for 2024.2 (Dalmatian)
<https://docs.openstack.org/placement/2024.2/install/>`_
* Compute service `nova installation for 2024.2 (Dalmatian)
<https://docs.openstack.org/nova/2024.2/install/>`_
* Networking service `neutron installation for 2024.2 (Dalmatian)
<https://docs.openstack.org/neutron/2024.2/install/>`_
We advise to also install the following components after you have installed the
minimal deployment services:
* Dashboard `horizon installation for 2024.2 (Dalmatian) <https://docs.openstack.org/horizon/2024.2/install/>`_
* Block Storage service `cinder installation for 2024.2 (Dalmatian) <https://docs.openstack.org/cinder/2024.2/install/>`_
Minimal deployment for 2024.1 (Caracal)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~