feat(terraform): Mise à jour Ubuntu 24.04 LTS et stockage LINSTOR
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
9cc332a14d
commit
f39510446c
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