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

[google compute] Adding GCE DiskTypes resource - part 1 #391

Closed
wants to merge 1 commit into from

Conversation

erjohnso
Copy link
Member

Adding GCE DiskTypes[1] support - part 1.

The GCE driver fakes support for DiskTypes at the moment and relies on a string pd-ssd or pd-standard for users to select the disktype. This PR sets the ground work to add GCE native DiskTypes that will be easier to expand in the future. For instance, Google has already introduced a local-ssd option.

I opted to split this up into two PRs so that this one only introduces a new libcloud object and does not tinker with existing "fake" disk-types. Part 2 will be a follow-up to this one to update existing use of the string-version option and also allow using the new GCEDiskType object.

[1] https://cloud.google.com/compute/docs/reference/latest/diskTypes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant