Skip to content

Commit 9ffa401

Browse files
committed
network: change to vlanx-enabled dualstack
Bug: T389942 Signed-off-by: David Caro <dcaro@wikimedia.org>
1 parent eb123c9 commit 9ffa401

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tofu/vars.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ variable "external_network_id" {
6666
variable "fixed_network" {
6767
type = map(any)
6868
default = {
69-
"codfw1dev" = "lan-flat-cloudinstances2b"
70-
"eqiad1" = "lan-flat-cloudinstances2b"
69+
"codfw1dev" = "VXLAN/IPv6-dualstack"
70+
"eqiad1" = "VXLAN/IPv6-dualstack"
7171
}
7272
}
7373
variable "fixed_subnet" {
7474
type = map(any)
7575
default = {
76-
"codfw1dev" = "cloud-instances2-b-codfw"
77-
"eqiad1" = "cloud-instances2-b-eqiad"
76+
"codfw1dev" = "vxlan-dualstack-ipv4"
77+
"eqiad1" = "vxlan-dualstack-ipv4"
7878
}
7979
}
8080
variable "workers" {

0 commit comments

Comments
 (0)