Skip to content

Commit e2e1144

Browse files
authored
Merge pull request #1122 from stackhpc/caracal-init
Caracal init
2 parents 8cd54ed + ae4608f commit e2e1144

25 files changed

+117
-313
lines changed

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ jobs:
8181
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
8282
KAYOBE_IMAGE: ${{ inputs.kayobe_image }}
8383
# NOTE(upgrade): Reference the PREVIOUS release here.
84-
PREVIOUS_KAYOBE_IMAGE: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-zed
84+
PREVIOUS_KAYOBE_IMAGE: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2023.1
8585
# NOTE(upgrade): Reference the PREVIOUS release branch here.
86-
PREVIOUS_BRANCH: stackhpc/zed
86+
PREVIOUS_BRANCH: stackhpc/2023.1
8787
steps:
8888
- name: Install Package
8989
uses: ConorMacBride/install-package@main

.github/workflows/stackhpc-build-kayobe-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
push:
99
branches:
1010
# NOTE(upgrade): Reference only the current release branch here.
11-
- stackhpc/2023.1
11+
- stackhpc/2024.1
1212

1313
workflow_call:
1414
inputs:

.github/workflows/stackhpc-promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
# NOTE(upgrade): Reference only the current release branch here.
7-
- stackhpc/2023.1
7+
- stackhpc/2024.1
88
jobs:
99
promote:
1010
name: Trigger Pulp promotion workflows

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build:
1313
python: "3.7"
1414
jobs:
1515
post_checkout:
16-
- git remote set-branches origin master stackhpc/2023.1 stackhpc/zed stackhpc/yoga stackhpc/xena stackhpc/wallaby
16+
- git remote set-branches origin master 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 = "2023.1"
33-
previous_series = "zed"
32+
current_series = "2024.1"
33+
previous_series = "2023.1"
3434
branch = f"stackhpc/{current_series}"
3535

3636
# Substitutions loader

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-
Antelope. Proceed with caution.
12+
Caracal. Proceed with caution.
1313

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ make changes to the setup process.
1313
.. warning::
1414

1515
This guide was written for the Yoga release and has not been validated for
16-
Antelope. Proceed with caution.
16+
Caracal. Proceed with caution.
1717

1818
Prerequisites
1919
=============
@@ -30,7 +30,7 @@ Download the setup script:
3030

3131
.. parsed-literal::
3232
33-
wget https://raw.githubusercontent.com/stackhpc/stackhpc-kayobe-config/stackhpc/2023.1/etc/kayobe/environments/ci-aio/automated-setup.sh
33+
wget https://raw.githubusercontent.com/stackhpc/stackhpc-kayobe-config/stackhpc/2024.1/etc/kayobe/environments/ci-aio/automated-setup.sh
3434
3535
Change the permissions on the script:
3636

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ service, and pushed there once built.
99
.. warning::
1010

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

1414

1515
Prerequisites

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-
Antelope. Proceed with caution.
8+
Caracal. Proceed with caution.
99

1010

1111
Set up hosts

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 2023.1 (Antelope) branches.
10+
1. Before building images, you should check for any outstanding PRs into the earliest supported release. Below are the links for the 2024.1 (Caracal) branches.
1111

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

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

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

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

@@ -152,7 +152,7 @@ Upgrading OpenStack to the next release in a multinode environment
152152
.. warning::
153153

154154
This guide was written for the Wallaby release and has not been validated
155-
for Antelope. Proceed with caution.
155+
for Caracal. Proceed with caution.
156156

157157
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:
158158

0 commit comments

Comments
 (0)