From ca57bfb38913f3ef3d058e9878a6903b82857b5c Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Sun, 13 Apr 2025 03:14:33 +0000 Subject: [PATCH] install-guide: Add 2025.1 (Epoxy) release Change-Id: I43a58d9606c06efc71fc7cbef028e92af79f17cd --- .../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 91533f32ef..f5765d2606 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 2025.1 (Epoxy) + `_ * `OpenStack Installation Guides for 2024.2 (Dalmatian) `_ * `OpenStack Installation Guides for 2024.1 (Caracal) @@ -15,6 +17,29 @@ locations: * `OpenStack Installation Guides for 2023.1 (Antelope) `_ +Minimal deployment for 2025.1 (Epoxy) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +At a minimum, you need to install the following services. Install the services +in the order specified below: + +* Identity service – `keystone installation for 2025.1 (Epoxy) + `_ +* Image service – `glance installation for 2025.1 (Epoxy) + `_ +* Placement service – `placement installation for 2025.1 (Epoxy) + `_ +* Compute service – `nova installation for 2025.1 (Epoxy) + `_ +* Networking service – `neutron installation for 2025.1 (Epoxy) + `_ + +We advise to also install the following components after you have installed the +minimal deployment services: + +* Dashboard – `horizon installation for 2025.1 (Epoxy) `_ +* Block Storage service – `cinder installation for 2025.1 (Epoxy) `_ + Minimal deployment for 2024.2 (Dalmatian) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~