-
Notifications
You must be signed in to change notification settings - Fork 27
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
community-platforms: add scaleway #326
Conversation
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-326.westeurope.1.azurestaticapps.net |
936dc92
to
4759bb8
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-326.westeurope.1.azurestaticapps.net |
4759bb8
to
5746830
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-326.westeurope.1.azurestaticapps.net |
$ bzip2 --decompress ./flatcar_production_scaleway_image.img.bz2 | ||
$ mv flatcar_production_scaleway_image.{img,qcow2} | ||
$ aws s3api create-bucket --bucket flatcar | ||
$ aws s3 cp flatcar_production_scaleway_image.qcow2 s3://flatcar/flatcar_production_scaleway_image.qcow2 |
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.
Is this renaming to qcow2 necessary? If so, maybe we should think about creating scaleway images with qcow2.bz2 extension instead of img.bz2?
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.
Yes, that's necessary. That's actually a good idea to rename images, I did not check if we can do this.
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.
Done here: flatcar/scripts#1953
|
||
## Launch machine | ||
|
||
Boot the machine with the CLI, referencing the snapshot ID from the import step above and your [Ignition file from Butane][butane-configs]: |
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.
Maybe mention that the command will print the ID of the instance, which will be used in follow-up commands? Or add an example output of the scw instance server create
?
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.
Thanks for the suggestion. I modified the commands to use JSON output and get the ID(snapshot, instance) in a variable. One can just copy paste the commands without editing. :)
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-326.westeurope.1.azurestaticapps.net |
1 similar comment
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-326.westeurope.1.azurestaticapps.net |
435fe46
to
e33e758
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-326.westeurope.1.azurestaticapps.net |
Freezing the PR until the next release to provide |
is this the only thing to fix to declare support? |
@andypost you can already try Flatcar on Scaleway, the image is available on Alpha / Beta: https://beta.release.flatcar-linux.net/amd64-usr/current/flatcar_production_scaleway_image.img.bz2 This PR is just about adding some user documentation (which was one of the final steps: flatcar/Flatcar#1368) |
Signed-off-by: Mathieu Tortuyaux <[email protected]>
e33e758
to
9acbfac
Compare
@krnowak nothing has changed for the review, I just rebased and asked for a new review since approval is required to merge in this repository. |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-326.westeurope.1.azurestaticapps.net |
Our butane examples for customising locksmith contain an error: "overwrite: true" is missing when modifying "update.conf". This leads to ignition panicking during provisioning as "update.conf" already exists: ignition[1009]: CRITICAL : Ignition failed: failed to create files: failed to create files: error creating /sysroot/etc/flatcar/update.conf: error creating file "/sysroot/etc/flatcar/update.conf": A file exists there already and overwrite is false This change updates our examples and adds "overwrite:true". Signed-off-by: Thilo Fromm <[email protected]>
Scaleway documentation: from the upload to the deployment.
TODO:
qcow2
images to be in sync with the documentation