GitHub user phildav opened a pull request:
https://github.com/apache/libcloud/pull/496
Support diskSizeGb and local SSD when creating an instance on GCE
GCE has options to specify the size of boot disk when creating an instance,
as well as adding a local SSD to the instance.
This pull request adds 2 new options in create_node:
- ex_boot_disk_size_gb to specify the size of the boot disk to create. If
not set the default GCE was is used.
- ex_with_local_ssd to attach a local SSD and specify which interface to
use.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cogniteev/libcloud trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/496.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #496
----
commit 9dc160d1355d498a19e692245cb87d301f913052
Author: Philippe David <[email protected]>
Date: 2015-03-18T15:55:04Z
Add ex_boot_disk_size_gb option to specify the size of the disk created
with the instance.
commit 25c6b20958862a1343a0b5da015e38857eac6ba7
Author: Philippe David <[email protected]>
Date: 2015-03-20T21:47:44Z
Add ex_with_local_ssd option
commit e128fcd3448040776a850ae471b7d4c969ad95b1
Author: Philippe David <[email protected]>
Date: 2015-03-20T21:53:39Z
Fix local_ssd
commit 74977325b7ef8dd5c6a4964593bcca12ea680ce4
Author: Philippe David <[email protected]>
Date: 2015-03-20T22:03:46Z
Option to choose the local ssd interface
commit d3d962e832fb430171fb02259104efd61e6b0b19
Author: Philippe David <[email protected]>
Date: 2015-03-25T13:35:42Z
Better handling of ex_with_local_ssd not set
commit 178d51bfacba7fd29b51ee93c84beb9e84630d24
Author: Philippe David <[email protected]>
Date: 2015-04-02T10:01:37Z
Use GCE default value of diskSizeGb when ex_boot_disk_size_gb not set
commit 6eede74f554e5e1719af891af57efe5374352821
Author: Philippe David <[email protected]>
Date: 2015-04-02T11:53:50Z
ex_with_local_ssd documentation
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---