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
54
54
Release Train configuration
55
55
---------------------------
56
56
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 :
59
59
60
60
.. code-block :: yaml
61
61
62
- stackhpc_pulp_sync_ofed : true
62
+ dnf_install_doca : true
63
63
64
64
With kernel module syncing enabled, the local Pulp can be synced with Ark by running:
65
65
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ stackhpc_pulp_doca_version: 2.9.1
9
9
# Pulp configuration for DOCA OFED
10
10
11
11
# Whether to sync OFED repositories into the local Pulp service
12
- stackhpc_pulp_sync_ofed : false
12
+ stackhpc_pulp_sync_ofed : " {{ dnf_install_doca }} "
13
13
14
14
# DOCA Snapshot versions. The defaults use the appropriate version from
15
15
# pulp-repo-versions.yml
You can’t perform that action at this time.
0 commit comments