Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions etc/kayobe/ofed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ stackhpc_pulp_doca_version_matrix:

doca_rocky_10_release: 10.{{stackhpc_pulp_repo_rocky_10_minor_version | string }}

stackhpc_pulp_rocky_10_doca_version: "{{ stackhpc_pulp_doca_version_matrix[doca_rocky_10_release] | default('3.2.2') }}"
stackhpc_pulp_rocky_10_doca_version: "{{ stackhpc_pulp_doca_version_matrix[doca_rocky_10_release] | default('3.2.3') }}"

# Available and tested versions of the pre-compiled doca-ofed kernel modules
stackhpc_doca_kernel_version_matrix:
"10.2": 6.12.0.211.33.1.el10.2
"10.2": 6.12.0.211.49.1.el10.2

###############################################################################
# Pulp configuration for DOCA OFED
Expand Down
7 changes: 3 additions & 4 deletions etc/kayobe/pulp-ipa-image-versions.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
# IPA image versioning tags
#TODO: Switch once RL10 images are available
stackhpc_rocky_10_ipa_image_version: "2026.1-20260817T095231"
stackhpc_rocky_10_ipa_image_version_aarch64: "2026.1-20260817T095231"
stackhpc_ubuntu_noble_ipa_image_version: "2026.1-20260817T095231"
stackhpc_rocky_10_ipa_image_version: 2026.1-20260908T095951
stackhpc_rocky_10_ipa_image_version_aarch64: 2026.1-20260908T095951
stackhpc_ubuntu_noble_ipa_image_version: 2026.1-20260908T095951
4 changes: 2 additions & 2 deletions etc/kayobe/pulp-repo-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ stackhpc_pulp_repo_centos_stream_10_nfv_openvswitch_aarch64_version: 20260729T10
stackhpc_pulp_repo_centos_stream_10_nfv_openvswitch_version: 20260729T092535
stackhpc_pulp_repo_centos_stream_10_storage_ceph_squid_aarch64_version: 20260823T175741
stackhpc_pulp_repo_centos_stream_10_storage_ceph_squid_version: 20260821T215932
stackhpc_pulp_repo_doca_3_2_3_rhel10_2_modules_aarch64_version: 20260824T064103
stackhpc_pulp_repo_doca_3_2_3_rhel10_2_modules_version: 20260824T064103
stackhpc_pulp_repo_doca_3_2_3_rhel10_2_modules_aarch64_version: 20260908T095946
stackhpc_pulp_repo_doca_3_2_3_rhel10_2_modules_version: 20260908T095946
stackhpc_pulp_repo_doca_3_2_3_rhel10_aarch64_version: 20260715T143437
stackhpc_pulp_repo_doca_3_2_3_rhel10_x86_64_version: 20260715T143437
stackhpc_pulp_repo_docker_ce_ubuntu_noble_version: 20260827T094722
Expand Down
2 changes: 1 addition & 1 deletion etc/kayobe/stackhpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ stackhpc_enable_kolla_ansible_check: true
download_amphora_from_ark: true

# Octavia Amphora image version
stackhpc_amphora_image_version: "2025.1-20260319T131237"
stackhpc_amphora_image_version: "2026.1-20260908T101027"
Comment thread
owenjones marked this conversation as resolved.

################################################################################
# Certificate Authority
Expand Down
5 changes: 5 additions & 0 deletions releasenotes/notes/gazpacho-images-594dab1479f71f9c.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
features:
- |
New IPA images, Amphora images, and OFED kernel modules have been
built for the 2026.1 (Gazpacho) release.
Loading