From fd9e6bc779e4580b3a76b1afd20b0e64b35b40c9 Mon Sep 17 00:00:00 2001 From: Elisamara Aoki Goncalves Date: Tue, 20 Jun 2023 18:16:45 +0000 Subject: [PATCH] New subcloud install value extra_boot_params (r8,dsR8) Recheck zuul Closes-bug: 2024489 Change-Id: If7d9a65961cce644cc410d2f2af3a308c13ec457 Signed-off-by: Elisamara Aoki Goncalves --- ...a-subcloud-using-redfish-platform-management-service.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/dist_cloud/kubernetes/installing-a-subcloud-using-redfish-platform-management-service.rst b/doc/source/dist_cloud/kubernetes/installing-a-subcloud-using-redfish-platform-management-service.rst index cfc4eb7fb..0be95672b 100644 --- a/doc/source/dist_cloud/kubernetes/installing-a-subcloud-using-redfish-platform-management-service.rst +++ b/doc/source/dist_cloud/kubernetes/installing-a-subcloud-using-redfish-platform-management-service.rst @@ -223,6 +223,12 @@ subcloud, the subcloud installation has these phases: # to 30000. persistent_size: 30000 + # Configure custom arguments applied at boot within the installed subcloud. + # Multiple boot arguments can be provided by separating each argument by a + # single comma. Spaces are not allowed. + # Example: extra_boot_params: multi-drivers-switch=cvl-2.54 + # extra_boot_params: + .. _increase-subcloud-platform-backup-size: .. note::