mirror of
https://github.com/xcat2/confluent.git
synced 2026-08-03 16:07:00 +00:00
9101b07d54
Diskless profiles had the updatestatus callback in onboot.sh commented out because no suitable status existed: 'complete' clears deployment.pendingprofile, which the PXE responder requires to answer the next network boot of a diskless node. Add a 'booted' status that records the pending profile as deployment.profile while leaving pendingprofile armed and skipping autolock, and enable the onboot.sh callback in all diskless profiles. nodedeploy now shows 'pending: <profile> (booted)' for a running stateless node.