File tree Expand file tree Collapse file tree 5 files changed +14
-1
lines changed Expand file tree Collapse file tree 5 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,10 @@ dnf_enable_docker: true
177
177
# URL of docker repo GPG key
178
178
dnf_docker_gpg_key_url : " https://download.docker.com/linux/centos/gpg"
179
179
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
+
180
184
# Whether to create a repo file for DOCA. This affects RedHat-based
181
185
# systems only.
182
186
dnf_install_doca : false
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ stackhpc_repo_rocky_9_extras_version: "{{ stackhpc_pulp_repo_rocky_9_extras_vers
50
50
stackhpc_repo_rocky_9_crb_version : " {{ stackhpc_pulp_repo_rocky_9_crb_version }}"
51
51
stackhpc_repo_rocky_9_highavailability_version : " {{ stackhpc_pulp_repo_rocky_9_highavailability_version }}"
52
52
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 }}"
53
55
54
56
# Rocky-and-CI-specific Pulp urls
55
57
stackhpc_include_os_minor_version_in_repo_url : true
Original file line number Diff line number Diff line change @@ -15,6 +15,11 @@ stackhpc_pulp_doca_ofed_version: 24.07
15
15
# Whether to sync OFED kernel module packages into the local Pulp service
16
16
stackhpc_pulp_sync_ofed_modules : false
17
17
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
+
18
23
# OFED kernel module repository for Rocky 9
19
24
stackhpc_pulp_repo_doca_ofed_rhel9 :
20
25
name : OFED Kernel modules for DOCA {{ stackhpc_pulp_doca_ofed_version }} Rocky 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}
Original file line number Diff line number Diff line change @@ -43,3 +43,5 @@ stackhpc_pulp_repo_ubuntu_cloud_archive_version: 20240911T041957
43
43
stackhpc_pulp_repo_ubuntu_jammy_security_version : 20240924T064114
44
44
stackhpc_pulp_repo_ubuntu_jammy_version : 20240924T064114
45
45
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
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ stackhpc_repo_ceph_reef_debian_version: "{{ stackhpc_repo_distribution }}"
57
57
# RPMs
58
58
59
59
# 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 }}"
61
61
stackhpc_repo_rhel9_doca_version : " {{ stackhpc_repo_distribution }}"
62
62
63
63
# DOCA Modules
You can’t perform that action at this time.
0 commit comments