Set an IPMI tag `vlan to configure the vlan during ipmiwrite`

- Closes: #1031

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-03-22 02:12:13 -06:00
parent 2cf123d26a
commit d982fea6da
4 changed files with 21 additions and 0 deletions

View File

@@ -28,6 +28,13 @@ desired IPMI configuration to the node's BMC during boot.
wwctl node set n1 \
--ipmiaddr=192.168.2.1
Additionally, a ``vlan`` ipmi tag can be used to set the IPMI VLAN ID.
.. code-block::
wwctl profile set default \
--ipmitagadd vlan=42
``wwctl node list`` has a specific overview for IPMI settings.
.. code-block:: console