From 867c5e6374866cc9cc63467e9aa1755f3563ba08 Mon Sep 17 00:00:00 2001 From: Tellsanguis Date: Thu, 13 Nov 2025 18:54:26 +0100 Subject: [PATCH] feat(terraform): Update to Ubuntu 24.04 LTS and LINSTOR storage Update default configuration to use Ubuntu 24.04 LTS template and configure LINSTOR as the storage backend for improved reliability and performance. --- terraform/terraform.tfvars.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/terraform.tfvars.example b/terraform/terraform.tfvars.example index d101d07..04d0dcc 100644 --- a/terraform/terraform.tfvars.example +++ b/terraform/terraform.tfvars.example @@ -17,8 +17,8 @@ forgejo_repo_url = "ssh://git@forgejo.tellserv.fr:222/Tellsanguis/infra.git" k3s_version = "v1.28.5+k3s1" # Template and Storage -ubuntu_template = "ubuntu-2204-cloudinit" -storage_pool = "local-lvm" +ubuntu_template = "ubuntu-2404-cloudinit" +storage_pool = "linstor_storage" snippets_storage = "local" # Network