Skip to content
Snippets Groups Projects
Unverified Commit e35beceb authored by Florian Ruynat's avatar Florian Ruynat Committed by GitHub
Browse files

Move centos7-crio CI job to centos8 (#7327)

parent bdd36c2d
Branches
Tags
No related merge requests found
...@@ -42,12 +42,10 @@ packet_centos7-flannel-containerd-addons-ha: ...@@ -42,12 +42,10 @@ packet_centos7-flannel-containerd-addons-ha:
variables: variables:
MITOGEN_ENABLE: "true" MITOGEN_ENABLE: "true"
packet_centos7-crio: packet_centos8-crio:
extends: .packet_pr extends: .packet_pr
stage: deploy-part2 stage: deploy-part2
when: on_success when: on_success
variables:
MITOGEN_ENABLE: "true"
packet_ubuntu18-crio: packet_ubuntu18-crio:
extends: .packet_pr extends: .packet_pr
......
...@@ -24,8 +24,8 @@ ubuntu20 | :white_check_mark: | :x: | :x: | :white_check_mark: | :x: | :x: | :x ...@@ -24,8 +24,8 @@ ubuntu20 | :white_check_mark: | :x: | :x: | :white_check_mark: | :x: | :x: | :x
| OS / CNI | calico | canal | cilium | flannel | kube-ovn | kube-router | macvlan | ovn4nfv | weave | | OS / CNI | calico | canal | cilium | flannel | kube-ovn | kube-router | macvlan | ovn4nfv | weave |
|---| --- | --- | --- | --- | --- | --- | --- | --- | --- | |---| --- | --- | --- | --- | --- | --- | --- | --- | --- |
amazon | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | amazon | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
centos7 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | centos7 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
centos8 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | centos8 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
debian10 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | debian10 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
debian9 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | debian9 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
fedora32 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | fedora32 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
......
...@@ -12,5 +12,5 @@ dashboard_namespace: "kube-dashboard" ...@@ -12,5 +12,5 @@ dashboard_namespace: "kube-dashboard"
dashboard_enabled: true dashboard_enabled: true
loadbalancer_apiserver_type: haproxy loadbalancer_apiserver_type: haproxy
# required / not autodetected for now # required
calico_iptables_backend: "NFT" calico_iptables_backend: "Auto"
--- ---
# Instance settings # Instance settings
cloud_image: centos-7 cloud_image: centos-8
mode: default mode: default
# Kubespray settings # Kubespray settings
...@@ -8,8 +8,8 @@ deploy_netchecker: true ...@@ -8,8 +8,8 @@ deploy_netchecker: true
dns_min_replicas: 1 dns_min_replicas: 1
container_manager: crio container_manager: crio
download_localhost: false
download_run_once: true
# CRI-O requirements # CRI-O requirements
etcd_deployment_type: host etcd_deployment_type: host
# required
calico_iptables_backend: "Auto"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment