-
Notifications
You must be signed in to change notification settings - Fork 26
Add 2026.1 documentation #2391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: stackhpc/2026.1
Are you sure you want to change the base?
Add 2026.1 documentation #2391
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -220,7 +220,7 @@ A proper fix is still WIP, in the meantime these errors can be resolved with thi | |
| Security baseline | ||
| ================= | ||
|
|
||
| As part of the 2025.1 Epoxy release we are looking to improve the security | ||
| As part of the 2026.1 Epoxy release we are looking to improve the security | ||
| baseline of StackHPC OpenStack deployments. If any of the following have not | ||
| been done, they should be completed before the upgrade begins. | ||
|
|
||
|
|
@@ -261,15 +261,6 @@ suggestions: | |
| generally be found in the documentation of each project. For example, Nova | ||
| policy: https://docs.openstack.org/nova/latest/configuration/policy.html | ||
|
|
||
| Ubuntu Noble migration | ||
| ---------------------- | ||
|
|
||
| Ubuntu Jammy support has been removed from the 2025.1 release onwards. Hosts | ||
| must be migrated to Ubuntu 24.04 before upgrading OpenStack services. | ||
| You can find the upgrade procedure from :ref:`upgrading-to-ubuntu-noble` | ||
| documentation. | ||
|
|
||
|
|
||
| RabbitMQ Prerequisites | ||
| ---------------------- | ||
|
|
||
|
|
@@ -346,7 +337,7 @@ After the queue migration is finished, upgrade RabbitMQ to 4.1. | |
| Python 3.12 | ||
| ----------- | ||
|
|
||
| From OpenStack 2025.1, Kayobe and Kolla-Ansible require Python 3.12. | ||
| From OpenStack 2026.1, Kayobe and Kolla-Ansible require Python 3.12. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
|
||
| Ubuntu 24.04 has a default Python of version 3.12. | ||
| You can find the upgrade procedure from :ref:`upgrading-to-ubuntu-noble` | ||
|
|
@@ -358,7 +349,7 @@ For Rocky Linux 9, install Python 3.12 manually. | |
| dnf install python3.12 | ||
|
|
||
| For both Operating Systems, Kayobe and Kolla-Ansible Python virtual environments | ||
| created with older Python versions will not work with OpenStack 2025.1. | ||
| created with older Python versions will not work with OpenStack 2026.1. | ||
|
|
||
| Create a new Kayobe environment and bootstrap the Ansible control host with Python 3.12. | ||
| Beokay is recommended when creating and managing the local Kayobe environment. | ||
|
|
@@ -496,7 +487,7 @@ Upgrading local Kayobe environment | |
|
|
||
| .. warning:: | ||
|
|
||
| Python 3.12 is required for OpenStack 2025.1 Kayobe environments. | ||
| Python 3.12 is required for OpenStack 2026.1 Kayobe environments. | ||
| The environment cannot be upgraded for this release, it must be rebuilt. | ||
| You can find more information at :ref:`python-3-12` | ||
|
|
||
|
|
@@ -569,7 +560,7 @@ To upgrade the Ansible control host: | |
| Upgrading Pulp | ||
| -------------- | ||
|
|
||
| The local Pulp server needs to be upgraded before synchronising 2025.1 | ||
| The local Pulp server needs to be upgraded before synchronising 2026.1 | ||
| container images. The following command will deploy the latest Pulp container | ||
| without upgrading Bifrost: | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,6 +1,6 @@ | ||||||||||||||
| ================================= | ||||||||||||||
| 2025.1 Epoxy Series Release Notes | ||||||||||||||
| ================================= | ||||||||||||||
| ===================================== | ||||||||||||||
| 2026.1 Gazapacho Series Release Notes | ||||||||||||||
| ===================================== | ||||||||||||||
|
Comment on lines
+1
to
+3
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There is a typo in the release name: Gazapacho should be Gazpacho. Additionally, the title underline should be adjusted to match the new title length (36 characters).
Suggested change
|
||||||||||||||
|
|
||||||||||||||
| .. release-notes:: | ||||||||||||||
| :branch: stackhpc/2025.1 | ||||||||||||||
| :branch: stackhpc/2026.1 | ||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The 2026.1 release series is named Gazpacho, not Epoxy (which was the name for 2025.1). Please update this reference to reflect the correct release name.
References