feat(ci): Mise à jour workflow déploiement pour Ubuntu 24.04 et LINSTOR
All checks were successful
All checks were successful
Mettre à jour tous les jobs déploiement pour utiliser template Ubuntu 24.04 LTS et backend stockage LINSTOR pour fiabilité améliorée.
This commit is contained in:
parent
9b40963f10
commit
2f10b93b9c
1 changed files with 6 additions and 6 deletions
|
|
@ -31,8 +31,8 @@ jobs:
|
||||||
forgejo_token = "${{ secrets.FORGEJO_TOKEN }}"
|
forgejo_token = "${{ secrets.FORGEJO_TOKEN }}"
|
||||||
forgejo_repo_url = "${{ secrets.FORGEJO_REPO_URL }}"
|
forgejo_repo_url = "${{ secrets.FORGEJO_REPO_URL }}"
|
||||||
k3s_version = "v1.28.5+k3s1"
|
k3s_version = "v1.28.5+k3s1"
|
||||||
ubuntu_template = "ubuntu-2204-cloudinit"
|
ubuntu_template = "ubuntu-2404-cloudinit"
|
||||||
storage_pool = "local-lvm"
|
storage_pool = "linstor_storage"
|
||||||
snippets_storage = "local"
|
snippets_storage = "local"
|
||||||
k3s_network_bridge = "k3s"
|
k3s_network_bridge = "k3s"
|
||||||
k3s_gateway = "10.100.20.1"
|
k3s_gateway = "10.100.20.1"
|
||||||
|
|
@ -60,8 +60,8 @@ jobs:
|
||||||
forgejo_token = "${{ secrets.FORGEJO_TOKEN }}"
|
forgejo_token = "${{ secrets.FORGEJO_TOKEN }}"
|
||||||
forgejo_repo_url = "${{ secrets.FORGEJO_REPO_URL }}"
|
forgejo_repo_url = "${{ secrets.FORGEJO_REPO_URL }}"
|
||||||
k3s_version = "v1.28.5+k3s1"
|
k3s_version = "v1.28.5+k3s1"
|
||||||
ubuntu_template = "ubuntu-2204-cloudinit"
|
ubuntu_template = "ubuntu-2404-cloudinit"
|
||||||
storage_pool = "local-lvm"
|
storage_pool = "linstor_storage"
|
||||||
snippets_storage = "local"
|
snippets_storage = "local"
|
||||||
k3s_network_bridge = "k3s"
|
k3s_network_bridge = "k3s"
|
||||||
k3s_gateway = "10.100.20.1"
|
k3s_gateway = "10.100.20.1"
|
||||||
|
|
@ -89,8 +89,8 @@ jobs:
|
||||||
forgejo_token = "${{ secrets.FORGEJO_TOKEN }}"
|
forgejo_token = "${{ secrets.FORGEJO_TOKEN }}"
|
||||||
forgejo_repo_url = "${{ secrets.FORGEJO_REPO_URL }}"
|
forgejo_repo_url = "${{ secrets.FORGEJO_REPO_URL }}"
|
||||||
k3s_version = "v1.28.5+k3s1"
|
k3s_version = "v1.28.5+k3s1"
|
||||||
ubuntu_template = "ubuntu-2204-cloudinit"
|
ubuntu_template = "ubuntu-2404-cloudinit"
|
||||||
storage_pool = "local-lvm"
|
storage_pool = "linstor_storage"
|
||||||
snippets_storage = "local"
|
snippets_storage = "local"
|
||||||
k3s_network_bridge = "k3s"
|
k3s_network_bridge = "k3s"
|
||||||
k3s_gateway = "10.100.20.1"
|
k3s_gateway = "10.100.20.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue