From d775625fe79cb7b76f7184e038ada6c273682e52 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 6 Jul 2017 13:03:14 +0000 Subject: [PATCH] Updated from OpenStack Ansible Tests Change-Id: Ied38f3b5dda32b38227ff128011b8e9e6b9ec00d --- Vagrantfile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 436f459..46436cf 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,3 +1,11 @@ +# Note: +# This file is maintained in the openstack-ansible-tests repository. +# https://git.openstack.org/cgit/openstack/openstack-ansible-tests/tree/Vagrantfile +# +# If you need to perform any change on it, you should modify the central file, +# then, an OpenStack CI job will propagate your changes to every OSA repository +# since every repo uses the same Vagrantfile + # Verify whether required plugins are installed. required_plugins = [ "vagrant-disksize" ] required_plugins.each do |plugin| @@ -8,7 +16,7 @@ end Vagrant.configure(2) do |config| config.vm.provider "virtualbox" do |v| - v.memory = 2048 + v.memory = 4096 v.cpus = 2 end