Add automatic provisioner setup #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Trying to do this inside PVC itself is a bit crazy, but for the installer a fully-automated cluster provisioning system is ideal.
Redfish on modern servers provides a great way to kick off and automate much of the physical hardware setup. The installer can be booted via TFTP to avoid ISOs. The installer script can be customized to support a preseed install. And the Ansible and post-Ansible "plugin" functionality, along with checkins, etc. can be handled by a new daemon,
pvcbootstrapd
.Initial work is already underway but this is very complex. Document the progress here.