fix(fullpipe): Edge create ALB=false (неизменяемо), ALB/VS включаются только модификатором
This commit is contained in:
@@ -74,14 +74,14 @@ variable "nsxt_vdc_type" {
|
||||
|
||||
variable "nsxt_need_enable_avi" {
|
||||
type = bool
|
||||
default = true
|
||||
description = "Включить AVI Load Balancer (ALB) при создании Edge"
|
||||
default = false
|
||||
description = "Включить AVI Load Balancer (ALB) при создании Edge (неизменяемо после create)"
|
||||
}
|
||||
|
||||
variable "nsxt_virtual_services_count" {
|
||||
type = number
|
||||
default = 3
|
||||
description = "Кол-во виртуальных сервисов на AVI при создании Edge (1..4; Штурвал: ≥ 3)"
|
||||
default = 1
|
||||
description = "Кол-во виртуальных сервисов на AVI при создании Edge (1..4; неизменяемо после create)"
|
||||
}
|
||||
|
||||
variable "nsxt_ip_addr_pool" {
|
||||
@@ -108,6 +108,24 @@ variable "nsxt_qos_profile" {
|
||||
description = "Профиль пропускной способности Edge"
|
||||
}
|
||||
|
||||
variable "nsxt_qos_profile" {
|
||||
type = string
|
||||
default = "QoS-100Mbit"
|
||||
description = "Профиль пропускной способности Edge"
|
||||
}
|
||||
|
||||
variable "nsxt_network_need_enable_avi" {
|
||||
type = bool
|
||||
default = true
|
||||
description = "Включить ALB через modify Edge (Штурвал: true)"
|
||||
}
|
||||
|
||||
variable "nsxt_network_virtual_services_count" {
|
||||
type = number
|
||||
default = 3
|
||||
description = "Кол-во VS на AVI через modify Edge (Штурвал: ≥ 3)"
|
||||
}
|
||||
|
||||
# --- vc_org (Организация в Cloud Director) — модификатор ip_space ---
|
||||
|
||||
variable "org_ip_space_name" {
|
||||
|
||||
Reference in New Issue
Block a user