From ce7e9ab993706f370438daeac80ebf3517c3b331 Mon Sep 17 00:00:00 2001 From: Ron Stone Date: Thu, 30 May 2024 11:13:40 +0000 Subject: [PATCH] Remove references to install-values.yaml image value (dsR8, dsR7, dsR6) Initial pass on master. Feedback required. Restore section as directed. Remove refererence to instal-values image option. Replace description of how Automatic Serial Console capture is set up. Partial-Bug: 2067600 Change-Id: Ic0d07f222ef84e3c44be1113b172eee8e9cd7804 Signed-off-by: Ron Stone --- ...using-redfish-platform-management-service.rst | 16 +++++++++++++--- .../kubernetes/rehoming-a-subcloud.rst | 3 --- 2 files changed, 13 insertions(+), 6 deletions(-) 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 0855c215f..e79f576d6 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 @@ -142,6 +142,7 @@ logs. 4: Outputs JSON of all command responses. + **Automatic Serial Console capture (for ``rvmc_debug_level`` > 1)** When the ``rvmc_debug_level`` is enabled (``rvmc_debug_level`` > 0), the full serial @@ -159,10 +160,19 @@ to one of the serial console types: 4: AIO Low-latency, Serial Console -The captured serial console log files are found in the same directory as the -subcloud ansible log files: ``/var/log/dcmanager/ansible``, and named as -``_serial_console.log``. +**Automatic Serial Console capture (for ``rvmc_debug_level`` > 1)** +Automatic Serial Console capture is based on the global ``CONF.ipmi_capture`` +value and the given ``rvmc_debug_level``. The global ``CONF.ipmi_capture`` +value defaults to 1, which defers the configuration to the per-subcloud +``rvmc_debug_level`` install value. The ``CONF.ipmi_capture`` can be set in +``/etc/dcmanager/dcmanager.conf`` to override this setting for all subclouds. + +CONF.ipmi_capture options: + +0: globally disabled +1: enabled based on rvmc_debug_level +2: globally enabled .. Greg updates required for -High Security Vulnerability Document Updates diff --git a/doc/source/dist_cloud/kubernetes/rehoming-a-subcloud.rst b/doc/source/dist_cloud/kubernetes/rehoming-a-subcloud.rst index 4252ae465..494e18abd 100644 --- a/doc/source/dist_cloud/kubernetes/rehoming-a-subcloud.rst +++ b/doc/source/dist_cloud/kubernetes/rehoming-a-subcloud.rst @@ -193,9 +193,6 @@ There are six phases for Rehoming a subcloud: system controller using the :command:`dcmanager subcloud update --install-values` command after rehoming the subcloud. - **Delete the "image:" line from the install-values file, if it exists, so - that the image is correctly located based on the new system controller - configuration**. #. If the previous system controller is still running, delete the subcloud after it goes offline, using the following command.