Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
8e8f0eb
Init: add basic repos.yaml with RL10 config
Alex-Welsh Jun 15, 2026
c9ad840
Add initial Ubuntu Noble Kolla repo config
Alex-Welsh Jun 15, 2026
c239441
Update kolla-build.conf
Alex-Welsh Jun 16, 2026
a7acff6
Bump kayobe to 2026.1 version in requirements.txt
mnasiadka Jun 24, 2026
8e34e63
Bump 3rd party repos to latest versions
mnasiadka Jun 24, 2026
aca97b6
Add allowed vulnerabilities
mnasiadka Jun 24, 2026
cd812ce
Set Rocky 9 as default:false in manual dispatch workflows
mnasiadka Jun 25, 2026
d16722d
Remove rocky 9 AIO jobs
mnasiadka Jun 25, 2026
d4ede5f
Bump to newly built Kolla images
mnasiadka Jun 25, 2026
4afbeb9
Merge branch 'stackhpc/2026.1' into 2026.1-kolla-images
mnasiadka Jun 25, 2026
cda76ef
Update lint jobs to use proper ansible-core
mnasiadka Jun 25, 2026
eb8c472
Merge branch 'stackhpc/2026.1' into 2026.1-kolla-images
mnasiadka Jun 25, 2026
aaa5b4f
Bump kayobe docker image to use Rocky 10
mnasiadka Jun 25, 2026
e30c9d1
Bump kayobe automation submodule
mnasiadka Jun 25, 2026
07247da
DNM: Fix kayobe image build
jovial Jun 29, 2026
24e2d27
dnm: ignore CIS hardening hook for now
Alex-Welsh Jun 30, 2026
9826d97
Update multiarch-manifests script for buildx images
Alex-Welsh Jul 1, 2026
b53c8b4
Remove stray rabbitmq tag reference
Alex-Welsh Jul 2, 2026
cfe9f59
Rebuild images
Alex-Welsh Jul 3, 2026
4abdc31
Split out ci-aio and aio environments
Alex-Welsh Jun 8, 2026
4942efb
Re-pin Kolla Ansible to tag
Alex-Welsh Jul 8, 2026
c3bd7db
Remove zuul RL9 job
Alex-Welsh Jul 8, 2026
1b68d09
Bump experimental 2026.1 Kayobe
seunghun1ee Jul 8, 2026
e41a245
Remove use of Ubuntu multiverse repositories
priteau Jul 2, 2026
31e09f6
Add copy of tempest config for aio environment
seunghun1ee Jul 7, 2026
3dbf9e4
DNM: Use custom SCT branch
Alex-Welsh Jul 9, 2026
96b7291
Revert "dnm: ignore CIS hardening hook for now"
Alex-Welsh Jul 10, 2026
01a3645
Fix CIS hardening
Alex-Welsh Jul 10, 2026
64c3875
Revert "DNM: Use custom SCT branch"
Alex-Welsh Jul 10, 2026
37ed80f
Fix ContainerKilled alert for ephemeral neutron containers
Alex-Welsh Jul 10, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .automation
2 changes: 2 additions & 0 deletions .automation.conf/tempest/tempest-aio.overrides.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[volume]
catalog_type = volumev3
2 changes: 0 additions & 2 deletions .automation.conf/tempest/tempest-ci-aio.overrides.conf

This file was deleted.

1 change: 1 addition & 0 deletions .automation.conf/tempest/tempest-ci-aio.overrides.conf
1 change: 1 addition & 0 deletions .github/stackhpc-pull-request-path-filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ aio: &aio
- 'etc/kayobe/ansible/requirements.yml'
- 'etc/kayobe/ansible/scripts/aio-init.sh'
- 'etc/kayobe/environments/ci-aio/**'
- 'etc/kayobe/environments/aio/**'
- 'etc/kayobe/inventory/**'
- 'etc/kayobe/kolla/**'
- 'kayobe-env'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ipa-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
rocky9:
description: Build Rocky Linux 9
type: boolean
default: true
default: false
rocky9-aarch64:
description: Build Rocky Linux 9 aarch64
type: boolean
default: true
default: false
ubuntu-noble:
description: Build Ubuntu 24.04 Noble
type: boolean
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/overcloud-host-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
rocky9:
description: Build Rocky Linux 9
type: boolean
default: true
default: false
rocky9-aarch64:
description: Build Rocky Linux 9 aarch64
type: boolean
default: true
default: false
rocky10:
description: Build Rocky Linux 10
type: boolean
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/overcloud-host-image-promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
rocky9:
description: Promote Rocky Linux 9
type: boolean
default: true
default: false
rocky9-aarch64:
description: Promote Rocky Linux 9 aarch64
type: boolean
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/overcloud-host-image-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
rocky9:
description: Upload Rocky Linux 9
type: boolean
default: true
default: false
rocky10:
description: Upload Rocky Linux 10
type: boolean
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/stackhpc-all-in-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
os_release:
description: Host OS release
type: string
default: '9'
default: '10'
architecture:
description: Host architecture
type: string
Expand Down Expand Up @@ -96,9 +96,9 @@ jobs:
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
KAYOBE_IMAGE: ${{ inputs.kayobe_image }}
# NOTE(upgrade): Reference the PREVIOUS release here.
PREVIOUS_KAYOBE_IMAGE: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
PREVIOUS_KAYOBE_IMAGE: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2025.1
# NOTE(upgrade): Reference the PREVIOUS release branch here.
PREVIOUS_BRANCH: stackhpc/2024.1
PREVIOUS_BRANCH: stackhpc/2025.1
steps:
- name: Install Package dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stackhpc-build-kayobe-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
push:
branches:
# NOTE(upgrade): Reference only the current release branch here.
- stackhpc/2025.1
- stackhpc/2026.1

workflow_call:
inputs:
Expand All @@ -24,7 +24,7 @@ on:
base_image:
type: string
required: false
default: "rockylinux/rockylinux:9"
default: "rockylinux/rockylinux:10"
if:
description: Whether to run the workflow (workaround for required status checks issue)
type: boolean
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stackhpc-container-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
description: Build Rocky Linux 9 images?
type: boolean
required: false
default: true
default: false
rocky-linux-10:
description: Build Rocky Linux 10 images?
type: boolean
Expand Down
Loading
Loading