Skip to content

Commit

Permalink
Updates disk images for platform cluster in all projects (#84)
Browse files Browse the repository at this point in the history
* Updates disk images for all machine types in mlab-sandbox

* Updates the disk image for sandbox platform instances

* Updates sandbox platform instance disk image

* Updates disk images in platform cluster for all projects
  • Loading branch information
nkinkade committed Aug 5, 2024
1 parent fc25139 commit 062f0d2
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-18"
disk_image = "platform-cluster-instance-v2-4-20"
disk_size_gb = 100
disk_type = "pd-ssd"
machine_type = "n2-highcpu-4"
Expand Down Expand Up @@ -226,7 +226,7 @@ module "platform-cluster" {

api_instances = {
machine_attributes = {
disk_image = "platform-cluster-api-instance-v2-4-18"
disk_image = "platform-cluster-api-instance-v2-4-20"
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 @@ -260,7 +260,7 @@ module "platform-cluster" {
}

prometheus_instance = {
disk_image = "platform-cluster-internal-instance-v2-4-18"
disk_image = "platform-cluster-internal-instance-v2-4-20"
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-07-15t17-24-36"
disk_image = "platform-cluster-instance-2024-08-01t19-51-44"
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-07-15t17-24-36"
disk_image = "platform-cluster-api-instance-2024-08-01t19-51-44"
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-07-15t17-24-36"
disk_image = "platform-cluster-internal-instance-2024-08-01t19-51-44"
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-07-15t20-45-53"
disk_image = "platform-cluster-instance-2024-08-05t14-53-03"
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-07-15t20-45-53"
disk_image = "platform-cluster-api-instance-2024-08-05t14-53-03"
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-07-15t20-45-53"
disk_image = "platform-cluster-internal-instance-2024-08-05t14-53-03"
disk_size_gb_boot = 100
disk_size_gb_data = 1500
disk_type = "pd-ssd"
Expand Down

0 comments on commit 062f0d2

Please sign in to comment.