Skip to content
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

Image for DigitalOcean #395

Closed
tyranron opened this issue Feb 18, 2020 · 5 comments
Closed

Image for DigitalOcean #395

tyranron opened this issue Feb 18, 2020 · 5 comments
Labels
cloud* related to public/private clouds

Comments

@tyranron
Copy link

Similar to #355

I have recently played with Terraform, DigitalOcean and FCOS, without success, however. DigitalOcean doesn't provide prepared FCOS image at the moment, nor I could create custom DO image using any link from stable.json. The problem is quite nasty: whille DO accepts qcow2/raw formats, it doesn't accept them packed into .xz archive, only gzip/bzip2 😕

Also, I didn't found any capabilities to launch DO droplet in "rescue mode" to install FCOS via coreos-installer.

It would be very nice to have at least DO-compatible images at download page to use them as custom ones.

Thank you!

@lucab
Copy link
Contributor

lucab commented Feb 18, 2020

Cross-referencing: #151

@lucab lucab added the cloud* related to public/private clouds label Feb 18, 2020
@lucab
Copy link
Contributor

lucab commented Feb 18, 2020

Last status update was at https://github.com/coreos/fedora-coreos-tracker/blob/52cb105c15aadd9b1cf70fc8b55fe91f49f74431/Design.md#digitalocean. I am not aware of any changes since then.

@bgilbert
Copy link
Contributor

Thanks for the report. I've added #151 (comment) suggesting that we provide custom images to use with DHCP while waiting for proper DigitalOcean networking support to land in FCOS. I suspect we'll continue shipping xz-compressed images though; the expectation is that users will uncompress them before uploading.

Closing this as a duplicate of #151.

@tyranron
Copy link
Author

@bgilbert thanks for the clarification.

I suspect we'll continue shipping xz-compressed images though; the expectation is that users will uncompress them before uploading.

This, unfortunately, doesn't automate well. DO's POST /v2/images supports only specifying files via URL, it doesn't allow in-place multipart uploading or something like that. And while the downloading and re-compressing is not a big deal for automation tools like Terraform, the uploading to some place to have that link is, actually.

I'm not against xz-compressing, but is it possible to provide alternatives, or, at least one raw uncompressed image?

@bgilbert
Copy link
Contributor

This, unfortunately, doesn't automate well. DO's POST /v2/images supports only specifying files via URL, it doesn't allow in-place multipart uploading or something like that.

Ah, thanks for the clarification. Yes, we could special-case compression for this artifact. Noted in #151 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cloud* related to public/private clouds
Projects
None yet
Development

No branches or pull requests

3 participants