feat(terraform): Update to Ubuntu 24.04 LTS and LINSTOR storage
All checks were successful
CI - Validation / Terraform Validation (push) Successful in 17s
CI - Validation / Ansible Validation (push) Successful in 1m31s
CI - Validation / Kubernetes Validation (push) Successful in 8s
CI - Validation / Security Scan (push) Successful in 17s

Update default configuration to use Ubuntu 24.04 LTS template and configure LINSTOR as the storage backend for improved reliability and performance.
This commit is contained in:
Tellsanguis 2025-11-13 18:54:26 +01:00
parent cf5ea11740
commit 867c5e6374

View file

@ -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