Drop EM + Rackspace, refresh VirtualBox + Vagrant docs#567
Open
Drop EM + Rackspace, refresh VirtualBox + Vagrant docs#567
Conversation
…anged The wording here suggests that Flatcar extends upstream Ignition to support cloudsigma, rackspace[-onmetal], and vagrant. This is misleading at best, as it treats them as the "metal" provider, which does nothing. The point is that a little code is needed to stop Ignition dying when the platform is really unsupported. This is now handled through bootengine rather than Ignition itself. Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
supernova isn't even present on PyPI any more. rackspace-novaclient is just broken. Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
The latter are far harder to get working on any platform. Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
* It's no longer necessary to create a VDI. VBox can use VMDKs directly. * Ignition can now be used, albeit with an annoying limitation. * The OVF avoids the need to configure everything manually. * CLI-based steps are clearer than GUI-based ones. * Vagrant VirtualBox support has been dropped from Afterburn. Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
This has been tested with the latest version. Let's cover single machine usage before cluster usage. One should walk before running! Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-567.westeurope.1.azurestaticapps.net |
Open
2 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is for my large OEM rework in the scripts repo, which I'll submit shortly. I'll probably need to amend a couple of the github.com links before finally merging.
VirtualBox
Vagrant
This has been tested with the latest version. Let's cover single machine usage before cluster usage. One should walk before running!
Ignition
The existing wording suggests that Flatcar extends upstream Ignition to support cloudsigma, rackspace[-onmetal], and vagrant. This is misleading at best, as it treats them as the "metal" provider, which does nothing.
The point is that a little code is needed to stop Ignition dying when the platform is really unsupported. This is now handled through bootengine (flatcar/bootengine#124) rather than Ignition itself.