From b0b4e8117f9aeda2f58e08c78488bbdc93c94fd9 Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Tue, 11 Feb 2025 09:05:59 -0700 Subject: [PATCH] Remove syncuser from the list of default runtime overlays - #1322 Signed-off-by: Jonathon Anderson --- CHANGELOG.md | 1 + etc/nodes.conf | 1 - userdocs/contents/ipmi.rst | 2 +- userdocs/contents/nodeconfig.rst | 4 ++-- userdocs/contents/setup.rst | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 042ce38b..4488db11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Removed partial support for regex searches in node and profile lists. #1635 - Remove redundant `wwctl genconfig completions` command. #1716 - Remove syncuser warning messages in `wwctl` that assume its use. #1321 +- Remove syncuser from the list of default runtime overlays. #1322 ## v4.6.0rc2, 2025-02-07 diff --git a/etc/nodes.conf b/etc/nodes.conf index 2f549c47..c799c866 100644 --- a/etc/nodes.conf +++ b/etc/nodes.conf @@ -4,7 +4,6 @@ nodeprofiles: runtime overlay: - hosts - ssh.authorized_keys - - syncuser system overlay: - wwinit - wwclient diff --git a/userdocs/contents/ipmi.rst b/userdocs/contents/ipmi.rst index c10577af..17efd52b 100644 --- a/userdocs/contents/ipmi.rst +++ b/userdocs/contents/ipmi.rst @@ -103,7 +103,7 @@ Node View n001 cluster -- -- n001 image default sle-micro-5.3 n001 ipxe -- (default) - n001 runtime -- (hosts,ssh.authorized_keys,syncuser) + n001 runtime -- (hosts,ssh.authorized_keys) n001 wwinit -- (wwinit,wwclient,fstab,hostname,ssh.host_keys,issue,resolv,udev.netname,systemd.netname,ifcfg,NetworkManager,debian.interfaces,wicked,ignition) n001 root -- (initramfs) n001 discoverable -- -- diff --git a/userdocs/contents/nodeconfig.rst b/userdocs/contents/nodeconfig.rst index adaf8e64..b1eddbc5 100644 --- a/userdocs/contents/nodeconfig.rst +++ b/userdocs/contents/nodeconfig.rst @@ -87,7 +87,7 @@ You can also see the node's full attribute list by specifying the n001 cluster -- -- n001 image default sle-micro-5.3 n001 ipxe -- (default) - n001 runtime -- (hosts,ssh.authorized_keys,syncuser) + n001 runtime -- (hosts,ssh.authorized_keys) n001 wwinit -- (wwinit,wwclient,fstab,hostname,ssh.host_keys,issue,resolv,udev.netname,systemd.netname,ifcfg,NetworkManager,debian.interfaces,wicked,ignition) n001 root -- (initramfs) n001 discoverable -- -- @@ -165,7 +165,7 @@ image and network: n001 cluster -- -- n001 image default sle-micro-5.3 n001 ipxe -- (default) - n001 runtime -- (hosts,ssh.authorized_keys,syncuser) + n001 runtime -- (hosts,ssh.authorized_keys) n001 wwinit -- (wwinit,wwclient,fstab,hostname,ssh.host_keys,issue,resolv,udev.netname,systemd.netname,ifcfg,NetworkManager,debian.interfaces,wicked,ignition) n001 root -- (initramfs) n001 discoverable -- -- diff --git a/userdocs/contents/setup.rst b/userdocs/contents/setup.rst index 982bf110..ce76c12a 100644 --- a/userdocs/contents/setup.rst +++ b/userdocs/contents/setup.rst @@ -118,7 +118,7 @@ You can check the result with ``wwctl node list``. deliverynet Comment default This profile is automatically included for each node deliverynet ImageName default leap15.5 deliverynet Ipxe -- (default) - deliverynet RuntimeOverlay -- (hosts,ssh.authorized_keys,syncuser) + deliverynet RuntimeOverlay -- (hosts,ssh.authorized_keys) deliverynet SystemOverlay -- (wwinit,wwclient,fstab,hostname,ssh.host_keys,issue,resolv,udev.netname,systemd.netname,ifcfg,NetworkManager,debian.interfaces,wicked,ignition) deliverynet Root -- (initramfs) deliverynet Init -- (/sbin/init)