Remove syncuser from the list of default runtime overlays
- #1322 Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -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
|
- Removed partial support for regex searches in node and profile lists. #1635
|
||||||
- Remove redundant `wwctl genconfig completions` command. #1716
|
- Remove redundant `wwctl genconfig completions` command. #1716
|
||||||
- Remove syncuser warning messages in `wwctl` that assume its use. #1321
|
- 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
|
## v4.6.0rc2, 2025-02-07
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ nodeprofiles:
|
|||||||
runtime overlay:
|
runtime overlay:
|
||||||
- hosts
|
- hosts
|
||||||
- ssh.authorized_keys
|
- ssh.authorized_keys
|
||||||
- syncuser
|
|
||||||
system overlay:
|
system overlay:
|
||||||
- wwinit
|
- wwinit
|
||||||
- wwclient
|
- wwclient
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ Node View
|
|||||||
n001 cluster -- --
|
n001 cluster -- --
|
||||||
n001 image default sle-micro-5.3
|
n001 image default sle-micro-5.3
|
||||||
n001 ipxe -- (default)
|
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 wwinit -- (wwinit,wwclient,fstab,hostname,ssh.host_keys,issue,resolv,udev.netname,systemd.netname,ifcfg,NetworkManager,debian.interfaces,wicked,ignition)
|
||||||
n001 root -- (initramfs)
|
n001 root -- (initramfs)
|
||||||
n001 discoverable -- --
|
n001 discoverable -- --
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ You can also see the node's full attribute list by specifying the
|
|||||||
n001 cluster -- --
|
n001 cluster -- --
|
||||||
n001 image default sle-micro-5.3
|
n001 image default sle-micro-5.3
|
||||||
n001 ipxe -- (default)
|
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 wwinit -- (wwinit,wwclient,fstab,hostname,ssh.host_keys,issue,resolv,udev.netname,systemd.netname,ifcfg,NetworkManager,debian.interfaces,wicked,ignition)
|
||||||
n001 root -- (initramfs)
|
n001 root -- (initramfs)
|
||||||
n001 discoverable -- --
|
n001 discoverable -- --
|
||||||
@@ -165,7 +165,7 @@ image and network:
|
|||||||
n001 cluster -- --
|
n001 cluster -- --
|
||||||
n001 image default sle-micro-5.3
|
n001 image default sle-micro-5.3
|
||||||
n001 ipxe -- (default)
|
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 wwinit -- (wwinit,wwclient,fstab,hostname,ssh.host_keys,issue,resolv,udev.netname,systemd.netname,ifcfg,NetworkManager,debian.interfaces,wicked,ignition)
|
||||||
n001 root -- (initramfs)
|
n001 root -- (initramfs)
|
||||||
n001 discoverable -- --
|
n001 discoverable -- --
|
||||||
|
|||||||
@@ -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 Comment default This profile is automatically included for each node
|
||||||
deliverynet ImageName default leap15.5
|
deliverynet ImageName default leap15.5
|
||||||
deliverynet Ipxe -- (default)
|
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 SystemOverlay -- (wwinit,wwclient,fstab,hostname,ssh.host_keys,issue,resolv,udev.netname,systemd.netname,ifcfg,NetworkManager,debian.interfaces,wicked,ignition)
|
||||||
deliverynet Root -- (initramfs)
|
deliverynet Root -- (initramfs)
|
||||||
deliverynet Init -- (/sbin/init)
|
deliverynet Init -- (/sbin/init)
|
||||||
|
|||||||
Reference in New Issue
Block a user