Add automatic provisioner setup #1
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: parallelvirtualcluster/pvc-installer#1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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.