forked from aws/eks-anywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable hardware Provisioning through ISO booting for baremetal Provid…
…er (aws#9213) Upstream CAPT/Tink recently added support for booting the hardware through ISO. This change adds the necessary changes to our cluster spec notably TinkerbellDataCenterConfig to be able to provision the hardware using an ISO. ISO booting removes the dependency of the admin machine to provision the cluster to be in the same L2 as the hardware. Additionally offers static IPAM. The PR adds necessary changes required in our TinkerbellmachineTemplate to be able to ISO boot. The default behavior would still be to netboot. PR also adds required changes at the time of Tinkerbell stack installation so that Smee has all the required flags set to be able to serve ISO and handles toggling between the bootstrap IP and the actual TinkerbelIP. Signed-off-by: Rahul Ganesh <[email protected]> Co-authored-by: Rahul Ganesh <[email protected]>
- Loading branch information
1 parent
647fa4a
commit 21b4f95
Showing
47 changed files
with
1,812 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
pkg/api/v1alpha1/thirdparty/tinkerbell/rufio/zz_generated.deepcopy.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.