mirror of
https://github.com/puppetlabs/vmpooler-provider-gce.git
synced 2026-01-25 19:18:40 -05:00
(DIO-3162) vmpooler gce provider to support disk type (to use ssd)
Added a new pool config named disk_type, which can be set to pd-ssd to use a SSD disk attahed to the instance. When not set, or set to empty, the google default of pd-standard is used
This commit is contained in:
parent
c6533af9ed
commit
e06917dd92
3 changed files with 12 additions and 4 deletions
|
|
@ -146,6 +146,10 @@
|
|||
# (optional: default is global provider zone value)
|
||||
# - machine_type
|
||||
# Full or partial URL of the machine type resource to use for this instance, in the format: zones/zone/machineTypes/machine-type
|
||||
# - disk_type
|
||||
# the disk type to use, see https://cloud.google.com/compute/docs/disks one of
|
||||
# pd-standard, pd-balanced, pd-ssd or pd-extreme
|
||||
# (optional, when nil or empty defaults to pd-standard)
|
||||
# Example:
|
||||
|
||||
:pools:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue