aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant
diff options
context:
space:
mode:
authorGeir Storli <geirst@oath.com>2017-08-21 16:10:26 +0200
committerGeir Storli <geirst@oath.com>2017-08-21 16:10:26 +0200
commit3c78cf82b9e01fc0c3a18d1b82221d444b03e314 (patch)
tree7b0e657c34ee0d7a82bb5ecfff251b96b6ddd8aa /vagrant
parentde0827642be180b78a11e4163e7bdcfad3ecd0af (diff)
Give the vm a name.
Diffstat (limited to 'vagrant')
-rw-r--r--vagrant/Vagrantfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile
index 4c53eaff51c..7238e7de5b4 100644
--- a/vagrant/Vagrantfile
+++ b/vagrant/Vagrantfile
@@ -13,6 +13,7 @@ Vagrant.configure("2") do |config|
config.vm.provider "virtualbox" do |vb|
# Display the VirtualBox GUI when booting the machine
vb.gui = true
+ vb.name = "vespa-dev"
vb.memory = "8192"
vb.cpus = 8