Skip to content

Commit e367f9a

Browse files
priteauAlex-Welsh
authored andcommitted
Add 2026.1 documentation
The OpenStack upgrade page still needs a full review.
1 parent 91b12df commit e367f9a

14 files changed

Lines changed: 26 additions & 323 deletions

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build:
1313
python: "3.12"
1414
jobs:
1515
post_checkout:
16-
- git remote set-branches origin master stackhpc/master stackhpc/2025.1 stackhpc/2024.1 stackhpc/2023.1 stackhpc/zed stackhpc/yoga stackhpc/xena stackhpc/wallaby
16+
- git remote set-branches origin master stackhpc/master stackhpc/2026.1 stackhpc/2025.1 stackhpc/2024.1 stackhpc/2023.1 stackhpc/zed stackhpc/yoga stackhpc/xena stackhpc/wallaby
1717
- git fetch --unshallow
1818

1919
# Build documentation in the doc/source/ directory with Sphinx

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
# -- StackHPC Kayobe configuration --------------------------------------
3030
# Variables to override
3131

32-
current_series = "2025.1"
33-
previous_series = "2024.1"
32+
current_series = "2026.1"
33+
previous_series = "2025.1"
3434
branch = f"stackhpc/{current_series}"
3535
ceph_series = "squid"
3636

doc/source/contributor/environments/aufn-ceph.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This environment creates a Universe-from-nothing_-style deployment of Kayobe con
99
.. warning::
1010

1111
This guide was written for the Yoga release and has not been validated for
12-
2025.1. Proceed with caution.
12+
2026.1. Proceed with caution.
1313

1414
Prerequisites
1515
=============

doc/source/contributor/environments/ci-aio.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Download the setup script:
2929

3030
.. parsed-literal::
3131
32-
curl -LO https://raw.githubusercontent.com/stackhpc/stackhpc-kayobe-config/stackhpc/2025.1/etc/kayobe/environments/ci-aio/automated-setup.sh
32+
curl -LO https://raw.githubusercontent.com/stackhpc/stackhpc-kayobe-config/stackhpc/2026.1/etc/kayobe/environments/ci-aio/automated-setup.sh
3333
3434
Change the permissions on the script:
3535

@@ -52,9 +52,9 @@ following options:
5252

5353
* ``BASE_PATH`` (default: ``~``) - Directory to deploy from. The directory must
5454
exist before running the script.
55-
* ``KAYOBE_BRANCH`` (default: ``stackhpc/2025.1``) - The branch of Kayobe
55+
* ``KAYOBE_BRANCH`` (default: ``stackhpc/2026.1``) - The branch of Kayobe
5656
source code to use.
57-
* ``KAYOBE_CONFIG_BRANCH`` (default: ``stackhpc/2025.1``) - The branch of
57+
* ``KAYOBE_CONFIG_BRANCH`` (default: ``stackhpc/2026.1``) - The branch of
5858
``stackhpc-kayobe-config`` to use.
5959
* ``KAYOBE_AIO_LVM`` (default: ``true``) - Whether the image uses LVM.
6060
* ``KAYOBE_CONFIG_EDIT_PAUSE`` (default: ``false``) - Option to pause

doc/source/contributor/environments/ci-multinode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Multinode Test Environment
55
.. warning::
66

77
This guide was written for the Yoga release and has not been validated for
8-
2025.1. Proceed with caution.
8+
2026.1. Proceed with caution.
99

1010
The ``ci-multinode`` environment provides a Kayobe configuration for multi-node
1111
clouds to be used for test and development purposes. It is designed to be used

doc/source/contributor/environments/ci-tenks.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Download the setup script:
5252

5353
.. parsed-literal::
5454
55-
curl -LO https://raw.githubusercontent.com/stackhpc/stackhpc-kayobe-config/stackhpc/2025.1/etc/kayobe/environments/ci-tenks/automated-deployment.sh
55+
curl -LO https://raw.githubusercontent.com/stackhpc/stackhpc-kayobe-config/stackhpc/2026.1/etc/kayobe/environments/ci-tenks/automated-deployment.sh
5656
5757
Change the permissions on the script:
5858

doc/source/contributor/package-updates.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ This section describes the Release Train process of creating new package reposit
77
Preparations
88
============
99

10-
1. Before building images, you should check for any outstanding PRs into the earliest supported release. Below are the links for the 2025.1 branches.
10+
1. Before building images, you should check for any outstanding PRs into the earliest supported release. Below are the links for the 2026.1 branches.
1111

12-
kayobe-config: https://github.com/stackhpc/stackhpc-kayobe-config/pulls?q=is%3Apr+is%3Aopen+base%3Astackhpc%2F2025.1+
12+
kayobe-config: https://github.com/stackhpc/stackhpc-kayobe-config/pulls?q=is%3Apr+is%3Aopen+base%3Astackhpc%2F2026.1+
1313

14-
kolla: https://github.com/stackhpc/kolla/pulls?q=is%3Apr+is%3Aopen+base%3Astackhpc%2F2025.1+
14+
kolla: https://github.com/stackhpc/kolla/pulls?q=is%3Apr+is%3Aopen+base%3Astackhpc%2F2026.1+
1515

16-
kolla-ansible: https://github.com/stackhpc/kolla-ansible/pulls?q=is%3Apr+is%3Aopen+base%3Astackhpc%2F2025.1+
16+
kolla-ansible: https://github.com/stackhpc/kolla-ansible/pulls?q=is%3Apr+is%3Aopen+base%3Astackhpc%2F2026.1+
1717

1818
You should also check any referenced source trees in etc/kayobe/kolla.yml.
1919

@@ -165,7 +165,7 @@ Upgrading OpenStack to the next release in a multinode environment
165165
.. warning::
166166

167167
This guide was written for the Wallaby release and has not been validated
168-
for 2025.1. Proceed with caution.
168+
for 2026.1. Proceed with caution.
169169

170170
As this is not a full production system, only a reduced number of steps need to be followed to upgrade to a new release. Below describes these steps, with ``stackhpc/wallaby`` as the starting branch:
171171

doc/source/contributor/testing-ci-automation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ job.
113113
The workflow performs the following high-level steps:
114114

115115
#. Deploy a VM on an OpenStack cloud using the `aio
116-
<https://github.com/stackhpc/stackhpc-kayobe-config/tree/stackhpc/2025.1/terraform/aio>`_
116+
<https://github.com/stackhpc/stackhpc-kayobe-config/tree/stackhpc/2026.1/terraform/aio>`_
117117
Terraform configuration.
118118
#. Deploy OpenStack in the VM using Kayobe and the :doc:`ci-aio
119119
<environments/ci-aio>` environment. If this is an upgrade job, the previous

doc/source/operations/customising-horizon.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Creating a custom Horizon theme
1313

1414
A simple custom theme for Horizon can be implemented as small modifications of
1515
an existing theme, such as the `Default
16-
<https://opendev.org/openstack/horizon/src/branch/2025.1/openstack_dashboard/themes/default>`__
16+
<https://opendev.org/openstack/horizon/src/branch/2026.1/openstack_dashboard/themes/default>`__
1717
one.
1818

1919
A theme contains at least two files: ``static/_styles.scss``, which can be empty, and

doc/source/operations/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ This guide is for operators of the StackHPC Kayobe configuration project.
2323
tempest
2424
upgrading-openstack
2525
upgrading-ceph
26-
ubuntu-noble

0 commit comments

Comments
 (0)