File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,11 @@ jobs:
197
197
run : |
198
198
source venvs/kayobe/bin/activate &&
199
199
source src/kayobe-config/kayobe-env --environment ci-builder &&
200
- kayobe seed host configure --skip-tags network,docker,docker-registry -e seed_bootstrap_user="cloud-user"
200
+ kayobe seed host configure \
201
+ --skip-tags network,docker,docker-registry \
202
+ -e seed_bootstrap_user="cloud-user" \
203
+ -e dnf_install_doca=true \
204
+ -e dnf_enable_doca_modules=false
201
205
env :
202
206
KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
203
207
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ dnf_custom_repos_doca:
65
65
description : " OFED Kernel modules for DOCA {{ stackhpc_pulp_doca_version }} - RHEL $releasever"
66
66
enabled : " {{ dnf_enable_doca | bool and dnf_enable_doca_modules | bool }}"
67
67
priority : -2
68
- file : doca-modules
68
+ file : doca
69
69
gpgcheck : no
70
70
username : " {{ stackhpc_repo_mirror_username | default(omit, true) }}"
71
71
password : " {{ stackhpc_repo_mirror_password | default(omit, true) }}"
@@ -157,7 +157,7 @@ dnf_enable_elrepo_9: "{{ dnf_install_elrepo_9 | bool }}"
157
157
dnf_enable_doca : " {{ dnf_install_doca | bool }}"
158
158
159
159
# Whether to enable the DOCA kernel module repository. This affects RedHat-based systems only.
160
- dnf_enable_doca_modules : " {{ dnf_install_doca_modules | bool }}"
160
+ dnf_enable_doca_modules : " {{ dnf_install_doca | bool }}"
161
161
162
162
# URL of EPEL GPG keys.
163
163
dnf_epel_9_gpg_key_url : " https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-9"
@@ -179,10 +179,6 @@ dnf_enable_docker: true
179
179
# URL of docker repo GPG key
180
180
dnf_docker_gpg_key_url : " https://download.docker.com/linux/centos/gpg"
181
181
182
- # Whether to create a repo file for DOCA kernel modules. This affects RedHat-based
183
- # systems only.
184
- dnf_install_doca_modules : " {{ dnf_install_doca | bool }}"
185
-
186
182
# Whether to create a repo file for DOCA. This affects RedHat-based
187
183
# systems only.
188
184
dnf_install_doca : false
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ stackhpc_repo_rocky_9_extras_version: "{{ stackhpc_pulp_repo_rocky_9_extras_vers
75
75
stackhpc_repo_rocky_9_crb_version : " {{ stackhpc_pulp_repo_rocky_9_crb_version }}"
76
76
stackhpc_repo_rocky_9_highavailability_version : " {{ stackhpc_pulp_repo_rocky_9_highavailability_version }}"
77
77
stackhpc_repo_rocky_9_sig_security_common_version : " {{ stackhpc_pulp_repo_rocky_9_sig_security_common_version }}"
78
+ stackhpc_repo_rhel9_doca_version : " {{ stackhpc_pulp_repo_rhel9_doca_version }}"
78
79
79
80
# Rocky-and-CI-specific Pulp urls
80
81
stackhpc_include_os_minor_version_in_repo_url : true
Original file line number Diff line number Diff line change @@ -43,5 +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
46
+ stackhpc_pulp_repo_rhel_9_4_doca_version : 20241211T153620
47
47
stackhpc_pulp_repo_rhel_9_4_doca_modules_version : 20241113T161507
You can’t perform that action at this time.
0 commit comments