summaryrefslogtreecommitdiffstats
path: root/vagrant
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2018-02-05 11:37:09 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2018-02-05 11:37:09 +0100
commit62151dca655bbba6c9b4496cfee2572003947727 (patch)
tree57e68477d532f4aec695c3a04ac0c634807420f7 /vagrant
parent459d79ff272437e32af508a9ae5ec8250b589d9a (diff)
Factor out for readability.
Diffstat (limited to 'vagrant')
-rw-r--r--vagrant/Vagrantfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile
index aa7688570ff..41f22f22c80 100644
--- a/vagrant/Vagrantfile
+++ b/vagrant/Vagrantfile
@@ -4,8 +4,8 @@
# For a complete reference, please see the online documentation at https://docs.vagrantup.com.
Vagrant.configure("2") do |config|
- config.vm.box = "TODO"
- config.vm.box_url = "TODO"
+ config.vm.box = "centos7-desktop"
+ config.vm.box_url = "/Users/balder/vagrant/centos7-desktop-17.0915.1.box"
config.ssh.forward_agent = true
@@ -16,8 +16,8 @@ Vagrant.configure("2") do |config|
vb.gui = true
vb.name = "vespa-dev"
- vb.memory = "8192"
- vb.cpus = 4
+ vb.memory = "10240"
+ vb.cpus = 8
end
# Install required and nice-to-have packages