Skip to content
Snippets Groups Projects
Unverified Commit 02624554 authored by Arthur Outhenin-Chalandre's avatar Arthur Outhenin-Chalandre Committed by GitHub
Browse files

Remove end of life ubuntu versions in CI (#10107)


* tests: replace ubuntu16 with ubuntu20

Signed-off-by: default avatarArthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>

* tests: replace ubuntu18 with ubuntu20

Signed-off-by: default avatarArthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>

* docs: update docs to remove support for ubuntu 16 and 18

Signed-off-by: default avatarArthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>

* molecule: upgrade ubuntu versions

Signed-off-by: default avatarArthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>

* vagrant: upgrade ubuntu versions

Signed-off-by: default avatarArthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>

* tests: cleanup ubuntu{16,18}

Signed-off-by: default avatarArthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>

* tests: increase ubuntu22 ram to allow molecule creation

Signed-off-by: default avatarArthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>

---------

Signed-off-by: default avatarArthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
parent 9d1e9a6a
No related branches found
No related tags found
No related merge requests found
Showing with 5 additions and 15 deletions
# For CI we are not worries about data persistence across reboot
$libvirt_volume_cache = "unsafe"
# Checking for box update can trigger API rate limiting
# https://www.vagrantup.com/docs/vagrant-cloud/request-limits.html
$box_check_update = false
$vm_cpus = 2
---
# Kubespray settings
kube_network_plugin: flannel
$num_instances = 2
$vm_memory ||= 2048
$os = "ubuntu1604"
$os = "ubuntu2004"
$kube_master_instances = 1
$etcd_instances = 1
......
---
# Instance settings
cloud_image: ubuntu-1604
cloud_image: ubuntu-2004
mode: separate
# Kubespray settings
......
$os = "ubuntu1604"
$os = "ubuntu2004"
# For CI we are not worried about data persistence across reboot
$libvirt_volume_cache = "unsafe"
......
---
# Instance settings
cloud_image: ubuntu-1604
cloud_image: ubuntu-2004
mode: separate
# Kubespray settings
......
$num_instances = 16
$vm_memory ||= 2048
$os = "ubuntu1804"
$os = "ubuntu2004"
$network_plugin = "weave"
$kube_master_instances = 1
$etcd_instances = 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment