File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ Install process
5454Release Train configuration
5555---------------------------
5656
57- DOCA repositories will need to be synced to the local Pulp service. This can be enabled
58- in `` ofed.yml `` :
57+ DOCA repositories will need to be synced to the local Pulp service, ensure that DOCA RPM repositories are
58+ enabled by setting :
5959
6060.. code-block :: yaml
6161
62- stackhpc_pulp_sync_ofed : true
62+ dnf_install_doca : true
6363
6464 With kernel module syncing enabled, the local Pulp can be synced with Ark by running:
6565
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ stackhpc_pulp_doca_version: 2.9.1
99# Pulp configuration for DOCA OFED
1010
1111# Whether to sync OFED repositories into the local Pulp service
12- stackhpc_pulp_sync_ofed : false
12+ stackhpc_pulp_sync_ofed : " {{ dnf_install_doca }} "
1313
1414# DOCA Snapshot versions. The defaults use the appropriate version from
1515# pulp-repo-versions.yml
You can’t perform that action at this time.
0 commit comments