Skip to content

Commit

Permalink
60GB disk for services and web nodes for ml102
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdjscott committed Nov 16, 2023
1 parent 1c662fd commit fb1f285
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ variable "services_image_id" {

variable "services_volume_size" {
description = "The size of the services volume in gigabytes, defaults to 30"
default = "30"
# default = "30"
default = "60"
}

variable "webnode_flavor_id" {
Expand All @@ -51,7 +52,8 @@ variable "webnode_image_id" {

variable "webnode_volume_size" {
description = "The size of the webnode volume in gigabytes, defaults to 30"
default = "30"
# default = "30"
default = "60"
}

variable "vm_user" {
Expand Down

0 comments on commit fb1f285

Please sign in to comment.