Additional nettag documentation in userdocs
- Fixes #1856 Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -34,6 +34,17 @@ specifying ``--netname``.
|
||||
an interface may fail to be named correct if its desired name conflicts with
|
||||
the kernel-assigned name of another interface during the boot process.
|
||||
|
||||
.. _nettags:
|
||||
|
||||
Network Tags
|
||||
============
|
||||
|
||||
Each network device can optionally have one or more key-value pair tags.
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
wwctl node set n1 --nettagadd="DNS1=1.1.1.1"
|
||||
|
||||
.. _bonding:
|
||||
|
||||
Bonding
|
||||
|
||||
@@ -260,8 +260,13 @@ The **issue** overlay configures a standard Warewulf status message for display
|
||||
during login.
|
||||
|
||||
The **resolv** overlay configures ``/etc/resolv.conf`` based on the value of
|
||||
"DNS" nettags. (In most situations this should be unnecessary, as the network
|
||||
interface configuration should handle this dynamically.)
|
||||
"DNS" :ref:`nettags <nettags>`. (In most situations this should be unnecessary,
|
||||
as the network interface configuration should handle this dynamically.)
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
wwctl node set n1 --nettagadd="DNS1=1.1.1.1"
|
||||
wwctl node set n1 --nettagadd="DNS2=1.0.0.1"
|
||||
|
||||
fstab
|
||||
-----
|
||||
|
||||
Reference in New Issue
Block a user