Skip to content
Snippets Groups Projects
Commit 83731295 authored by Kyle Bai's avatar Kyle Bai Committed by Matthew Mosesohn
Browse files

Support CentOS 7 through Vagrant (#1542)

parent 9a3c6f23
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ SUPPORTED_OS = {
"coreos-alpha" => {box: "coreos-alpha", bootstrap_os: "coreos", user: "core", box_url: COREOS_URL_TEMPLATE % ["alpha"]},
"coreos-beta" => {box: "coreos-beta", bootstrap_os: "coreos", user: "core", box_url: COREOS_URL_TEMPLATE % ["beta"]},
"ubuntu" => {box: "bento/ubuntu-16.04", bootstrap_os: "ubuntu", user: "vagrant"},
"centos" => {box: "bento/centos-7.3", bootstrap_os: "centos", user: "vagrant"},
}
# Defaults for config options defined in CONFIG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment