-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
providers: add support for scaleway #982
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow thank you so much for working on this! Great work.
Also make sure to add a line in the afterburn release notes doc
Additionally please go ahead and file a Platform request to ensure all parts are covered.
https://github.com/coreos/fedora-coreos-tracker/issues/new/choose
@prestist Thanks for the review. Sorry for the delayed response, been on vacation :). Going to resolve you're comments later today/tomorrow. |
Found an existing platform request for Scaleway - coreos/fedora-coreos-tracker#866 |
7179fe3
to
a674dea
Compare
@xinau Sorry for the silence; taking a look today and will get back to you if I have any other questions :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright everything looks great! thank you :)
The only nit that I would want fixed is if you could join the 3 commits into 1?
Thank you!
Going to join the commits this evening. Thanks for the assistance :) |
This change adds support for [Scaleway](https://scaleway.com) as a platform by adding a new provider. The new `ScalewayProvider` has the capability to * Get attributes * Check-in after boot * Retrive SSH keys Signed-off-by: Felix Ehrenpfort <[email protected]>
a674dea
to
b5215c2
Compare
@prestist I've rebased the branch and put the 3 commits into a single one. Sorry it took a bit longer than expected. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you again for being so diligent on this and adding support for a new provider!
@prestist Thanks for your support |
This change adds support for Scaleway as a platform by adding a new provider. The new
ScalewayProvider
has the capability to