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

Uploading to cloud platforms: DigitalOcean #151

Open
dustymabe opened this issue Feb 20, 2019 · 6 comments
Open

Uploading to cloud platforms: DigitalOcean #151

dustymabe opened this issue Feb 20, 2019 · 6 comments
Labels
cloud* related to public/private clouds jira for syncing to jira

Comments

@dustymabe
Copy link
Member

dustymabe commented Feb 20, 2019

This is part of #146 and tracks the work/discussion around uploading to DigitalOcean.

@dustymabe dustymabe added the cloud* related to public/private clouds label Feb 20, 2019
@bgilbert bgilbert changed the title Uploading to cloud platforms: Digital Ocean Uploading to cloud platforms: DigitalOcean Feb 20, 2019
@bgilbert
Copy link
Contributor

I expect our approach will be similar to CL: we'll publish signed OS images for DO, and DO will automatically import them.

@miabbott miabbott added the jira for syncing to jira label Sep 13, 2019
@bgilbert
Copy link
Contributor

As an interim step, we could publish images for users to upload on their own. The DO custom image mechanism includes DHCP support, so we could sidestep the networking issue for the time being.

@jlebon
Copy link
Member

jlebon commented Feb 19, 2020

I expect our approach will be similar to CL: we'll publish signed OS images for DO, and DO will automatically import them.

Hmm, doesn't it follow from this comment that we do need to provide images in a format digestible by their API as requested in #395? Or is it a separate track for uploads initiated from DO itself?

@lucab lucab closed this as completed Feb 20, 2020
@lucab lucab reopened this Feb 20, 2020
@bgilbert
Copy link
Contributor

There are two separate tracks:

  • Interim: publish artifacts for users to upload on their own. As Image for DigitalOcean #395 (comment) points out, we'll want to compress the artifact with gzip or bzip2 for compatibility with the DO API.
  • Long-term: publish artifacts for DO to consume automatically. I think this will likely be the same artifact as above (might as well continue using gzip/bzip2 rather than artificially breaking users' ability to create a custom image from it) but will need additional support for non-DHCP network configuration.

@bgilbert
Copy link
Contributor

The next testing and stable releases should include a DigitalOcean artifact (qcow2.gz) that users can upload and use as a custom image.

@jlebon
Copy link
Member

jlebon commented Jul 28, 2021

Re. the DHCP issue, see discussions in #71, esp. #71 (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 jira for syncing to jira
Projects
None yet
Development

No branches or pull requests

5 participants