Add Rocky Linux 8 support for vagrant (#8905)

To test Kubespray on Rocky Linux 8 with vagrant, this adds it to
the Vagrantfile.
This commit is contained in:
Kenichi Omichi
2022-07-05 07:50:47 -07:00
committed by GitHub
parent 3bb9542606
commit f3ea8cf45e
6 changed files with 28 additions and 0 deletions

1
Vagrantfile vendored
View File

@@ -28,6 +28,7 @@ SUPPORTED_OS = {
"centos8-bento" => {box: "bento/centos-8", user: "vagrant"},
"almalinux8" => {box: "almalinux/8", user: "vagrant"},
"almalinux8-bento" => {box: "bento/almalinux-8", user: "vagrant"},
"rockylinux8" => {box: "generic/rocky8", user: "vagrant"},
"fedora34" => {box: "fedora/34-cloud-base", user: "vagrant"},
"fedora35" => {box: "fedora/35-cloud-base", user: "vagrant"},
"opensuse" => {box: "opensuse/Leap-15.3.x86_64", user: "vagrant"},