Skip to content

Commit

Permalink
Removes sites dfw10 and dfw11 (#58)
Browse files Browse the repository at this point in the history
Now that periodic clients are under control in DFW, we can remove these
additional virtual sites. They have already been out of production for some
weeks now, and also removed from siteinfo. This change will just remove the VMs
from GCP and the cluster.
  • Loading branch information
nkinkade authored Jan 17, 2024
1 parent 0e9a0b3 commit 015e596
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions mlab-oti/platform-cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -81,24 +81,6 @@ module "platform-cluster" {
mlab3-dfw09 = {
zone = "us-south1-a"
},
mlab1-dfw10 = {
zone = "us-south1-c"
},
mlab2-dfw10 = {
zone = "us-south1-b"
},
mlab3-dfw10 = {
zone = "us-south1-a"
},
mlab1-dfw11 = {
zone = "us-south1-c"
},
mlab2-dfw11 = {
zone = "us-south1-b"
},
mlab3-dfw11 = {
zone = "us-south1-a"
},
mlab1-doh01 = {
# We cannot currently get any N2 quota in this region.
machine_type = "e2-highcpu-4"
Expand Down

0 comments on commit 015e596

Please sign in to comment.