Skip to content

Commit ce973ac

Browse files
Default pulp ofed sync
1 parent abb14a4 commit ce973ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/source/contributor/ofed.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ Install process
5454
Release 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

etc/kayobe/ofed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)