Skip to content

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

Closed
erjohnso wants to merge 1 commit intoapache:trunkfrom
erjohnso:GCE_DiskTypes
Closed

[google compute] Adding GCE DiskTypes resource - part 1#391
erjohnso wants to merge 1 commit intoapache:trunkfrom
erjohnso:GCE_DiskTypes

Conversation

@erjohnso
Copy link
Copy Markdown
Contributor

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.

1 participant