From b20ea692c2075fda601b9bdba80ef753621e135f 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 (dsR8) Recheck zuul Closes-bug: 2024489 Change-Id: If7d9a65961cce644cc410d2f2af3a308c13ec457 Signed-off-by: Elisamara Aoki Goncalves --- ...subcloud-using-redfish-platform-management-service.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 e858683e9..7d50c4d08 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 @@ -221,7 +221,13 @@ subcloud, the subcloud installation has these phases: # Set the value for persistent file system (/opt/platform-backup). # The value must be whole number (in MB) that is greater than or equal # to 30000. - persistent_size: 30000 + persistent_size: + + # 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: