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

@@ -2,6 +2,12 @@ variable "cluster_name" {
default = "example"
}
variable "az_list" {
description = "List of Availability Zones available in your OpenStack cluster"
type = "list"
default = ["nova"]
}
variable "number_of_bastions" {
default = 1
}