EOX GitLab Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vagrant
Builder
Commits
0c0b2fa7
Commit
0c0b2fa7
authored
Nov 21, 2013
by
Marko Locher
Browse files
Switch to box with puppet installed
Signed-off-by:
Marko Locher
<
marko@locher.at
>
parent
cf84747b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Vagrantfile
View file @
0c0b2fa7
...
...
@@ -2,7 +2,7 @@
# vi: set ft=ruby :
# Change me! (every time you want to build a different RPM) And make sure somebody
# wrote a identically named puppet module. See puppet/modules for a list of
# wrote a identically named puppet module. See puppet/modules for a list of
# available modules
project
=
"eox-release"
...
...
@@ -16,11 +16,11 @@ Vagrant.configure("2") do |config|
# please see the online documentation at vagrantup.com.
# Every Vagrant virtual environment requires a box to build off of.
config
.
vm
.
box
=
"centos-6.4-x86_64"
config
.
vm
.
box
=
"centos-6.4-x86_64
-puppet
"
# The url from where the 'config.vm.box' box will be fetched if it
# doesn't already exist on the user's system.
config
.
vm
.
box_url
=
"http://downloads.eox.at/boxes/centos-6.4-x86_64.box"
config
.
vm
.
box_url
=
"http://downloads.eox.at/boxes/centos-6.4-x86_64
-puppet
.box"
config
.
vm
.
hostname
=
"builder-rpm-vagrant"
...
...
@@ -61,7 +61,7 @@ Vagrant.configure("2") do |config|
# Increase memory and cpus
v
.
customize
[
"modifyvm"
,
:id
,
"--memory"
,
1024
,
"--cpus"
,
2
]
# Increase performance i.e. don't use swap extensively
# Increase performance i.e. don't use swap extensively
v
.
customize
[
"modifyvm"
,
:id
,
"--ioapic"
,
"on"
,
"--largepages"
,
"off"
,
"--vtxvpid"
,
"off"
]
# Use GUI for debugging purposes
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment