fix(fullpipe): ALB=true и VS=3 при создании Edge, модификатор только SNAT, раскомментировать всё

This commit is contained in:
Repinoid
2026-09-22 18:37:21 +03:00
parent 34c8e72e46
commit 5129d2726d
5 changed files with 5 additions and 39 deletions
+4 -22
View File
@@ -74,14 +74,14 @@ variable "nsxt_vdc_type" {
variable "nsxt_need_enable_avi" {
type = bool
default = false
description = "Включить AVI Load Balancer при создании Edge (неизменяемо после создания)"
default = true
description = "Включить AVI Load Balancer (ALB) при создании Edge"
}
variable "nsxt_virtual_services_count" {
type = number
default = 1
description = "Кол-во виртуальных сервисов на AVI при создании Edge (1..4; неизменяемо)"
default = 3
description = "Кол-во виртуальных сервисов на AVI при создании Edge (1..4; Штурвал: ≥ 3)"
}
variable "nsxt_ip_addr_pool" {
@@ -102,24 +102,6 @@ variable "nsxt_second_dns" {
description = "Второй DNS"
}
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" {