Browse Source
Feat: support Fedora 39/40 (#11573)
Feat: support Fedora 39/40 (#11573)
* Add Fedora 39/40 to Vagrantfile Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com> * Add CI tests for Fedora 39/40 Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com> * Update CI tests documentation Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com> * Update support OS version in README.md Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com> --------- Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>pull/11597/head
ChengHao Yang
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 84 additions and 1 deletions
Split View
Diff Options
-
15.gitlab-ci/packet.yml
-
2README.md
-
13Vagrantfile
-
6docs/developers/ci.md
-
2tests/cloud_playbooks/roles/packet-ci/defaults/main.yml
-
10tests/files/packet_fedora39-calico-selinux.yml
-
15tests/files/packet_fedora39-calico-swap-selinux.yml
-
11tests/files/packet_fedora39-crio.yml
-
11tests/files/packet_fedora40-docker-calico.yml
@ -0,0 +1,10 @@ |
|||
--- |
|||
# Instance settings |
|||
cloud_image: fedora-39 |
|||
mode: default |
|||
|
|||
# Kubespray settings |
|||
auto_renew_certificates: true |
|||
|
|||
# Test with SELinux in enforcing mode |
|||
preinstall_selinux_state: enforcing |
@ -0,0 +1,15 @@ |
|||
--- |
|||
# Instance settings |
|||
cloud_image: fedora-39 |
|||
mode: default |
|||
|
|||
# Kubespray settings |
|||
auto_renew_certificates: true |
|||
|
|||
# Test with SELinux in enforcing mode |
|||
preinstall_selinux_state: enforcing |
|||
|
|||
# Test Alpha swap feature by leveraging zswap default config in Fedora 35 |
|||
kubelet_fail_swap_on: false |
|||
kube_feature_gates: |
|||
- "NodeSwap=True" |
@ -0,0 +1,11 @@ |
|||
--- |
|||
# Instance settings |
|||
cloud_image: fedora-39 |
|||
mode: default |
|||
|
|||
# Kubespray settings |
|||
container_manager: crio |
|||
auto_renew_certificates: true |
|||
|
|||
# Test with SELinux in enforcing mode |
|||
preinstall_selinux_state: enforcing |
@ -0,0 +1,11 @@ |
|||
--- |
|||
# Instance settings |
|||
cloud_image: fedora-40 |
|||
mode: default |
|||
|
|||
# Kubespray settings |
|||
auto_renew_certificates: true |
|||
|
|||
# Docker specific settings: |
|||
container_manager: docker |
|||
etcd_deployment_type: docker |
Write
Preview
Loading…
Cancel
Save