Customize host root volume size by Terrafrom provisioning (#4239)

* print hostnames (#5110)

Terrafrom - customize hosts root volume size

disable block_device by default value

Terraform formatting fix

Fixed typos

* fix resources after rebase

* Fix glusterfs image issue
This commit is contained in:
Robert Neumann
2019-09-25 14:17:59 +02:00
committed by Kubernetes Prow Robot
parent f18e77f1db
commit a5d165dc85
4 changed files with 399 additions and 17 deletions

View File

@@ -22,6 +22,16 @@ variable "number_of_bastions" {}
variable "number_of_gfs_nodes_no_floating_ip" {}
variable "bastion_root_volume_size_in_gb" {}
variable "etcd_root_volume_size_in_gb" {}
variable "master_root_volume_size_in_gb" {}
variable "node_root_volume_size_in_gb" {}
variable "gfs_root_volume_size_in_gb" {}
variable "gfs_volume_size_in_gb" {}
variable "public_key_path" {}