From 12bf008bc06e218e331fa209a5a166863933c314 Mon Sep 17 00:00:00 2001 From: Juanita-Balaraj Date: Wed, 13 Apr 2022 15:15:43 -0400 Subject: [PATCH] Subcloud Redfish Install - Timeout values (pick r5, r6, dsR6) Updated Patchset 1 comments Added a reference to the System Limits Added a note for the timeout value Signed-off-by: Juanita-Balaraj Change-Id: I4df2033222d8fbce0e66295ae4e71ee120a761ad --- ...ud-using-redfish-platform-management-service.rest | 3 +++ ...oud-using-redfish-platform-management-service.rst | 12 ++++++++++++ 2 files changed, 15 insertions(+) diff --git a/doc/source/_includes/installing-a-subcloud-using-redfish-platform-management-service.rest b/doc/source/_includes/installing-a-subcloud-using-redfish-platform-management-service.rest index cac3df103..b856fd4c1 100644 --- a/doc/source/_includes/installing-a-subcloud-using-redfish-platform-management-service.rest +++ b/doc/source/_includes/installing-a-subcloud-using-redfish-platform-management-service.rest @@ -12,3 +12,6 @@ .. begin-prepare-files-to-copy-deployment-config .. end-prepare-files-to-copy-deployment-config + +.. begin-syslimit +.. end-syslimit 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 269141fd2..e739dc84c 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 @@ -135,6 +135,18 @@ command with the install-values.yaml file containing the desired rd.net.timeout.ipv6dad: 300 + .. note:: + + The ``wait_for_timeout`` value must be chosen based on your network + performance (bandwidth, latency, and quality) and should be increased + if the network does not meet the minimum or timeout requirements. + The default value of 3600 seconds is based on a network bandwidth + of 100 Mbps with a 50 ms delay. + + .. include:: /_includes/installing-a-subcloud-using-redfish-platform-management-service.rest + :start-after: begin-syslimit + :end-before: end-syslimit + For example, :command:`--install-values /home/sysadmin/install-values.yaml`. .. parsed-literal::