File tree Expand file tree Collapse file tree 2 files changed +28
-7
lines changed Expand file tree Collapse file tree 2 files changed +28
-7
lines changed Original file line number Diff line number Diff line change @@ -51,18 +51,36 @@ default.
51
51
Install process
52
52
===============
53
53
54
- Pre-requisites
55
- --------------
54
+ Relase Train configuration
55
+ --------------------------
56
56
57
- * Ensure the OFED hosts are upgraded with the latest packages in the point release.
57
+ The DOCA kernel module repository will need to be synced to the local Pulp service. This can be enabled
58
+ in `ofed.yml `:
58
59
59
- * The bootloader has been configured to use the latest kernel (reset-bls-entries.yml)
60
+ .. code-block :: yaml
60
61
61
- * Ensure repositories have been templated by setting:
62
+ stackhpc_pulp_sync_ofed_modules : true
63
+
64
+ With kernel module syncing enabled, the local Pulp can be synced with Ark by running:
65
+
66
+ .. code-block :: console
62
67
63
- .. code-block :: yaml
68
+ kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-repo-sync.yml
69
+ kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-repo-publish.yml
64
70
65
- dnf_install_doca : true
71
+ DOCA repositories can be templated to hosts by running Kayobe host configure.
72
+
73
+ .. code-block :: console
74
+
75
+ kayobe overcloud host configure -t dnf
76
+
77
+ StackHPC DOCA kernel modules will require the latest kernel version available in Ark for
78
+ the current Rocky minor version. You should ensure that packages are up to date by running
79
+ a package update, which can also be limited to hosts in the `mlnx ` group.
80
+
81
+ .. code-block :: console
82
+
83
+ kayobe overcloud host package update --packages "*" --limit mlnx
66
84
67
85
install-doca
68
86
------------
Original file line number Diff line number Diff line change @@ -76,6 +76,9 @@ compute-vgpu
76
76
[iommu:children]
77
77
vgpu
78
78
79
+ [mlnx]
80
+ # Empty group to provide declaration of mlnx group.
81
+
79
82
###############################################################################
80
83
# Service groups.
81
84
You can’t perform that action at this time.
0 commit comments