From 493a954ae62ba03b4a5e44dacaa7d25ade74224f Mon Sep 17 00:00:00 2001 From: Seunghun Lee <45145778+seunghun1ee@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:23:39 +0000 Subject: [PATCH] CI: Bump AIO root volume size to 50GB Tempest test on https://github.com/stackhpc/stackhpc-kayobe-config/actions/runs/11516474614/job/32145413990?pr=1312 is keep failing because the aio is running out of space. Bumping it to 50 GB. --- terraform/aio/vm.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/aio/vm.tf b/terraform/aio/vm.tf index a0d097cbe..8113a5912 100644 --- a/terraform/aio/vm.tf +++ b/terraform/aio/vm.tf @@ -35,7 +35,7 @@ variable "aio_vm_subnet" { variable "aio_vm_volume_size" { type = number - default = 40 + default = 50 } variable "aio_vm_tags" {