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

DigitalOcean Block Storage resource #6985

Closed
troyswanson opened this issue Jun 2, 2016 · 13 comments
Closed

DigitalOcean Block Storage resource #6985

troyswanson opened this issue Jun 2, 2016 · 13 comments

Comments

@troyswanson
Copy link

Looks like the folks at DigitalOcean just released a beta of their Block Storage product.

https://developers.digitalocean.com/documentation/v2/block-storage-beta/

@troyswanson
Copy link
Author

troyswanson commented Jun 2, 2016

It looks like the easiest flow would be to create the drive and then include it in the Droplet creation, a lot like how SSH Keys work. Here's a Droplet creation example from the documentation:

{
  "name": "example.com",
  "region": "nyc1",
  "size": "512mb",
  "image": "ubuntu-14-04-x64",
  "drives": [
    {
      "id": "506f78a4-e098-11e5-ad9f-000f53306ae1"
    }
  ],
  "ssh_keys": null,
  "backups": false,
  "ipv6": true,
  "user_data": null,
  "private_networking": null
}

@troyswanson
Copy link
Author

troyswanson commented Jun 2, 2016

Looks like the DigitalOcean provider uses the godo package, which doesn't have support for this yet.

Upstream issue: digitalocean/godo#95

@rafaelrosafu
Copy link

Hello. I'm the product manager for the product, we're happy that it got picked up already, I would just like to clarify that it is still in beta, launch is scheduled for the summer, but we do want to support Terraform and other projects. I'll point our engineers to this thread. Cheers.

@aybabtme
Copy link
Contributor

aybabtme commented Jun 2, 2016

Hey @troyswanson! We have an internal fork of terraform where we've implemented support for drives! So as soon as we go public, support in terraform should land very quickly. We use terraform a lot, so this is something we took care of doing early for internal testing.

@troyswanson
Copy link
Author

@rafaelmagu @aybabtme I definitely understand. I just wanted to test out the Block Storage stuff in Terraform since that's the primary way I interact with DigitalOcean.

@aybabtme
Copy link
Contributor

aybabtme commented Jun 2, 2016

I think we should be able to push our internal fork on our public Github org, so you could use that in the meantime =]

@troyswanson
Copy link
Author

@aybabtme That'd be awesome. Thanks!

@stack72
Copy link
Contributor

stack72 commented Jul 5, 2016

@aybabtme

Have you thought about opening a PR to the main repo? We have had support for things like EFS before it went GA :)

P.

@troyswanson
Copy link
Author

Well, now that block storage is live, it's probably appropriate to bump this issue.

@aybabtme
Copy link
Contributor

@troyswanson yup #7560 =P

@troyswanson
Copy link
Author

Thanks, mate 🙇

@troyswanson
Copy link
Author

Closing this in lieu of #7560

@ghost
Copy link

ghost commented Apr 24, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants