Skip to content

Commit

Permalink
Vagrantfile: Add support for openSUSE Tumbleweed
Browse files Browse the repository at this point in the history
Add support for provisioning kubespray on openSUSE Tumbleweed virtual
machines.
  • Loading branch information
nirmoy authored and Markos Chandras committed Apr 11, 2018
1 parent 0ed1919 commit 112ccfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ SUPPORTED_OS = {
"ubuntu" => {box: "bento/ubuntu-16.04", bootstrap_os: "ubuntu", user: "vagrant"},
"centos" => {box: "centos/7", bootstrap_os: "centos", user: "vagrant"},
"opensuse" => {box: "opensuse/openSUSE-42.3-x86_64", bootstrap_os: "opensuse", use: "vagrant"},
"opensuse-tumbleweed" => {box: "opensuse/openSUSE-Tumbleweed-x86_64", bootstrap_os: "opensuse", use: "vagrant"},
}

# Defaults for config options defined in CONFIG
Expand Down

0 comments on commit 112ccfa

Please sign in to comment.