Merge pull request #3019 from holmsten/terraform-ops-worker-groups

[contrib/terraform/openstack] Add supplementary node groups
This commit is contained in:
Antoine Legrand
2018-08-16 16:06:53 +02:00
committed by GitHub
5 changed files with 13 additions and 2 deletions

View File

@@ -128,3 +128,8 @@ variable "supplementary_master_groups" {
description = "supplementary kubespray ansible groups for masters, such kube-node"
default = ""
}
variable "supplementary_node_groups" {
description = "supplementary kubespray ansible groups for worker nodes, such as kube-ingress"
default = ""
}