Merge "Remove references to install-values.yaml image value (dsR8, dsR7, dsR6)"

This commit is contained in:
Zuul 2024-11-08 15:07:09 +00:00 committed by Gerrit Code Review
commit f66753e347
2 changed files with 13 additions and 6 deletions

View File

@ -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
``<subcloud name>_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

View File

@ -205,9 +205,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.