feat(terraform): Update to Ubuntu 24.04 LTS and LINSTOR storage
All checks were successful
All checks were successful
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:
parent
cf5ea11740
commit
867c5e6374
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue