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

@@ -24,6 +24,7 @@ module "compute" {
source = "modules/compute"
cluster_name = "${var.cluster_name}"
az_list = "${var.az_list}"
number_of_k8s_masters = "${var.number_of_k8s_masters}"
number_of_k8s_masters_no_etcd = "${var.number_of_k8s_masters_no_etcd}"
number_of_etcd = "${var.number_of_etcd}"