Skip to content

Commit

Permalink
Updates VM disk images in a projects (#68)
Browse files Browse the repository at this point in the history
Updates VM disk images in all projects

This new images contain the update where the write_metadata.sh script will
write MIG load balancer IPs to the /var/local/metadata/external_ip[v6] files
instead of the ones associated with the MIG instance, which aren't the
addresses that clients will actually be interacting with.
  • Loading branch information
nkinkade committed Mar 4, 2024
1 parent e3c0c24 commit 102f1ae
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions mlab-oti/platform-cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module "platform-cluster" {
instances = {
attributes = {
daemonset = "ndt"
disk_image = "platform-cluster-instance-v2-4-10"
disk_image = "platform-cluster-instance-v2-4-11"
disk_size_gb = 100
disk_type = "pd-ssd"
machine_type = "n2-highcpu-4"
Expand Down Expand Up @@ -220,7 +220,7 @@ module "platform-cluster" {

api_instances = {
machine_attributes = {
disk_image = "platform-cluster-api-instance-v2-4-10"
disk_image = "platform-cluster-api-instance-v2-4-11"
disk_size_gb_boot = 100
disk_size_gb_data = 10
# This will show up as /dev/disk/by-id/google-<name>
Expand Down Expand Up @@ -254,7 +254,7 @@ module "platform-cluster" {
}

prometheus_instance = {
disk_image = "platform-cluster-internal-instance-v2-4-10"
disk_image = "platform-cluster-internal-instance-v2-4-11"
disk_size_gb_boot = 100
disk_size_gb_data = 3500
disk_type = "pd-ssd"
Expand Down
6 changes: 3 additions & 3 deletions mlab-sandbox/platform-cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module "platform-cluster" {
instances = {
attributes = {
daemonset = "ndt"
disk_image = "platform-cluster-instance-2024-02-13t21-13-10"
disk_image = "platform-cluster-instance-2024-02-28t18-42-50"
disk_size_gb = 100
disk_type = "pd-ssd"
machine_type = "n2-highcpu-4"
Expand Down Expand Up @@ -39,7 +39,7 @@ module "platform-cluster" {

api_instances = {
machine_attributes = {
disk_image = "platform-cluster-api-instance-2024-02-13t21-13-10"
disk_image = "platform-cluster-api-instance-2024-02-28t18-42-50"
disk_size_gb_boot = 100
disk_size_gb_data = 10
# This will show up as /dev/disk/by-id/google-<name>
Expand Down Expand Up @@ -73,7 +73,7 @@ module "platform-cluster" {
}

prometheus_instance = {
disk_image = "platform-cluster-internal-instance-2024-02-13t21-13-10"
disk_image = "platform-cluster-internal-instance-2024-02-28t18-42-50"
disk_size_gb_boot = 100
disk_size_gb_data = 200
disk_type = "pd-ssd"
Expand Down
6 changes: 3 additions & 3 deletions mlab-staging/platform-cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module "platform-cluster" {
instances = {
attributes = {
daemonset = "ndt"
disk_image = "platform-cluster-instance-2024-02-13t23-11-03"
disk_image = "platform-cluster-instance-2024-02-28t20-34-27"
disk_size_gb = 100
disk_type = "pd-ssd"
machine_type = "n2-highcpu-4"
Expand Down Expand Up @@ -41,7 +41,7 @@ module "platform-cluster" {

api_instances = {
machine_attributes = {
disk_image = "platform-cluster-api-instance-2024-02-13t23-11-03"
disk_image = "platform-cluster-api-instance-2024-02-28t20-34-27"
disk_size_gb_boot = 100
disk_size_gb_data = 10
# This will show up as /dev/disk/by-id/google-<name>
Expand Down Expand Up @@ -75,7 +75,7 @@ module "platform-cluster" {
}

prometheus_instance = {
disk_image = "platform-cluster-internal-instance-2024-02-13t23-11-03"
disk_image = "platform-cluster-internal-instance-2024-02-28t20-34-27"
disk_size_gb_boot = 100
disk_size_gb_data = 1500
disk_type = "pd-ssd"
Expand Down

0 comments on commit 102f1ae

Please sign in to comment.