summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2024-01-04 16:06:31 +0100
committerSimon Rettberg2024-01-04 16:06:31 +0100
commit12458fd283f2a010285531149a958a828a54c9cb (patch)
tree41a9cc2734677db8999c11db8a5876ede24cee4c
parent[run-virt] Fix misspelled SLX_PXE_SERVER_IP reference (diff)
downloadmltk-12458fd283f2a010285531149a958a828a54c9cb.tar.gz
mltk-12458fd283f2a010285531149a958a828a54c9cb.tar.xz
mltk-12458fd283f2a010285531149a958a828a54c9cb.zip
Add new slx-vars doc: SLX_LOCATIONS, SLX_NET_DHCP_UUID
-rw-r--r--slx-vars/SLX_LOCATIONS4
-rw-r--r--slx-vars/SLX_NET_DHCP_UUID1
2 files changed, 5 insertions, 0 deletions
diff --git a/slx-vars/SLX_LOCATIONS b/slx-vars/SLX_LOCATIONS
new file mode 100644
index 00000000..56b9b250
--- /dev/null
+++ b/slx-vars/SLX_LOCATIONS
@@ -0,0 +1,4 @@
+Contains the location IDs of the currently running client's, from closest to furthest.
+As locations are represented as a tree, for example
+Main Campus -> Building 101 -> Basement -> Room 4
+we have a location ID for each of these "path components". They will be provided as a space separated list in this variable, i.e. the ID of "Room 4" comes first, followed by "Basement", and so on.
diff --git a/slx-vars/SLX_NET_DHCP_UUID b/slx-vars/SLX_NET_DHCP_UUID
new file mode 100644
index 00000000..d9ff0cf2
--- /dev/null
+++ b/slx-vars/SLX_NET_DHCP_UUID
@@ -0,0 +1 @@
+If enabled (set to yes), this will add the system-uuid as the DHCP UID (option 0x3d) for all DHCP requests done by the system. This was done by some PXE implementations, so if your DHCP server relies on this identifier to assign consistent IPs to the clients, and you have clients that do this during the PXE step, you might want to enable this.