Skip to content

Commit 77b4275

Browse files
Include snapshot version
1 parent 660e0b9 commit 77b4275

File tree

5 files changed

+14
-1
lines changed

5 files changed

+14
-1
lines changed

etc/kayobe/dnf.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ dnf_enable_docker: true
177177
#URL of docker repo GPG key
178178
dnf_docker_gpg_key_url: "https://download.docker.com/linux/centos/gpg"
179179

180+
# Whether to create a repo file for DOCA kernel modules. This affects RedHat-based
181+
# systems only.
182+
dnf_enable_doca_modules: "{{ dnf_install_doca | bool }}"
183+
180184
# Whether to create a repo file for DOCA. This affects RedHat-based
181185
# systems only.
182186
dnf_install_doca: false

etc/kayobe/environments/ci-aio/stackhpc-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ stackhpc_repo_rocky_9_extras_version: "{{ stackhpc_pulp_repo_rocky_9_extras_vers
5050
stackhpc_repo_rocky_9_crb_version: "{{ stackhpc_pulp_repo_rocky_9_crb_version }}"
5151
stackhpc_repo_rocky_9_highavailability_version: "{{ stackhpc_pulp_repo_rocky_9_highavailability_version }}"
5252
stackhpc_repo_rocky_9_sig_security_common_version: "{{ stackhpc_pulp_repo_rocky_9_sig_security_common_version }}"
53+
stackhpc_repo_rhel9_doca_version: "{{ stackhpc_pulp_repo_rhel9_doca_version }}"
54+
stackhpc_repo_rhel9_doca_modules_version: "{{ stackhpc_pulp_repo_rhel9_doca_modules_version }}"
5355

5456
# Rocky-and-CI-specific Pulp urls
5557
stackhpc_include_os_minor_version_in_repo_url: true

etc/kayobe/ofed.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ stackhpc_pulp_doca_ofed_version: 24.07
1515
# Whether to sync OFED kernel module packages into the local Pulp service
1616
stackhpc_pulp_sync_ofed_modules: false
1717

18+
# DOCA Snapshot versions. The defaults use the appropriate version from
19+
# pulp-repo-versions.yml
20+
stackhpc_pulp_repo_rhel9_doca_version: "{{ lookup('vars', 'stackhpc_pulp_repo_rhel_9_4_doca_version' }}"
21+
stackhpc_pulp_repo_rhel9_doca_modules_version: "{{ lookup('vars', 'stackhpc_pulp_repo_rhel_9_4_doca_modules_version' }}"
22+
1823
# OFED kernel module repository for Rocky 9
1924
stackhpc_pulp_repo_doca_ofed_rhel9:
2025
name: OFED Kernel modules for DOCA {{ stackhpc_pulp_doca_ofed_version }} Rocky 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}

etc/kayobe/pulp-repo-versions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ stackhpc_pulp_repo_ubuntu_cloud_archive_version: 20240911T041957
4343
stackhpc_pulp_repo_ubuntu_jammy_security_version: 20240924T064114
4444
stackhpc_pulp_repo_ubuntu_jammy_version: 20240924T064114
4545
stackhpc_pulp_repo_ceph_reef_debian_version: 20240925T152022
46+
stackhpc_pulp_repo_rhel_9_4_doca_version: 20241112T162334
47+
stackhpc_pulp_repo_rhel_9_4_doca_modules_version: 20241113T161507

etc/kayobe/stackhpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ stackhpc_repo_ceph_reef_debian_version: "{{ stackhpc_repo_distribution }}"
5757
# RPMs
5858

5959
# DOCA
60-
stackhpc_repo_rhel9_doca_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/doca/{ stackhpc_pulp_doca_version }}/rhel9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}/x86_64/{{ stackhpc_repo_rhel9_doca_version }}"
60+
stackhpc_repo_rhel9_doca_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/doca/{{ stackhpc_pulp_doca_version }}/rhel9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}/x86_64/{{ stackhpc_repo_rhel9_doca_version }}"
6161
stackhpc_repo_rhel9_doca_version: "{{ stackhpc_repo_distribution }}"
6262

6363
# DOCA Modules

0 commit comments

Comments
 (0)