Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-03-02 00:23:06 -07:00
parent 37ed92e2bb
commit a98ec09b36
8 changed files with 520 additions and 34 deletions

View File

@@ -220,6 +220,8 @@ configured network interfaces, typically based on a known MAC address.
- systemd.netname
- udev.netname
.. _dns:
Several of the network configuration overlays support netdev tags to further
customize the interface:
@@ -308,6 +310,19 @@ the use of most available template metadata.
wwctl overlay show --render=<nodename> debug tstruct.md.ww
.. _localtime:
localtime
---------
The **localtime** overlay configures the timezone of a cluster node to match
that of the Warewulf server; alternatively, a different timezone may be
specified with a ``localtime`` tag.
.. code-block:: shell
wwctl profile set default --tagadd="localtime=UTC"
host
----

View File

@@ -83,6 +83,8 @@ abort string is found.
{{ IncludeBlock "/etc/hosts" "# Do not edit after this line" }}
.. _importLink:
ImportLink
----------
@@ -120,6 +122,8 @@ more than once in a template to write content to multiple files.
{{/* content here */}}
{{- end }}
.. _softlink:
softlink
--------
@@ -129,6 +133,8 @@ Causes the processed template file to become a symlink to the referenced target.
{{ printf "%s/%s" "/usr/share/zoneinfo" .Tags.localtime | softlink }}
.. _readlink:
readlink
--------
@@ -163,6 +169,8 @@ nobackup
{{ nobackup }}
.. _UniqueField:
UniqueField
-----------