Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
83731295
Commit
83731295
authored
7 years ago
by
Kyle Bai
Committed by
Matthew Mosesohn
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Support CentOS 7 through Vagrant (#1542)
parent
9a3c6f23
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Vagrantfile
+1
-0
1 addition, 0 deletions
Vagrantfile
with
1 addition
and
0 deletions
Vagrantfile
+
1
−
0
View file @
83731295
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment