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
177177# URL of docker repo GPG key
178178dnf_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.
182186dnf_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
5050stackhpc_repo_rocky_9_crb_version : " {{ stackhpc_pulp_repo_rocky_9_crb_version }}"
5151stackhpc_repo_rocky_9_highavailability_version : " {{ stackhpc_pulp_repo_rocky_9_highavailability_version }}"
5252stackhpc_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
5557stackhpc_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
1515# Whether to sync OFED kernel module packages into the local Pulp service
1616stackhpc_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
1924stackhpc_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 }}
Original file line number Diff line number Diff line change @@ -43,3 +43,5 @@ stackhpc_pulp_repo_ubuntu_cloud_archive_version: 20240911T041957
4343stackhpc_pulp_repo_ubuntu_jammy_security_version : 20240924T064114
4444stackhpc_pulp_repo_ubuntu_jammy_version : 20240924T064114
4545stackhpc_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 }}"
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 }}"
6161stackhpc_repo_rhel9_doca_version : " {{ stackhpc_repo_distribution }}"
6262
6363# DOCA Modules
You can’t perform that action at this time.
0 commit comments