availability zones support for OpenStack

allow masters, nodes and gluster nodes (within each group) to be scheduled
on differents AZ.
This commit is contained in:
rguichard
2018-07-31 11:18:27 +02:00
parent a5c165bb13
commit c19643cee2
4 changed files with 19 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
variable "cluster_name" {}
variable "az_list" {
type = "list"
}
variable "number_of_k8s_masters" {}
variable "number_of_k8s_masters_no_etcd" {}