Updated from OpenStack Ansible Tests
Change-Id: I6d7e0d6950f269a77205b7cb6446089d1d251eda
This commit is contained in:
parent
2c797d57f3
commit
93ba9f9973
10
Vagrantfile
vendored
10
Vagrantfile
vendored
@ -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.
|
# Verify whether required plugins are installed.
|
||||||
required_plugins = [ "vagrant-disksize" ]
|
required_plugins = [ "vagrant-disksize" ]
|
||||||
required_plugins.each do |plugin|
|
required_plugins.each do |plugin|
|
||||||
@ -8,7 +16,7 @@ end
|
|||||||
|
|
||||||
Vagrant.configure(2) do |config|
|
Vagrant.configure(2) do |config|
|
||||||
config.vm.provider "virtualbox" do |v|
|
config.vm.provider "virtualbox" do |v|
|
||||||
v.memory = 2048
|
v.memory = 4096
|
||||||
v.cpus = 2
|
v.cpus = 2
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user