Updated from OpenStack Ansible Tests
Change-Id: I575080447f1bc1376956e13c1093fdab5f0d62b7
This commit is contained in:
parent
c9864b7b6a
commit
fb41c3f162
5
Vagrantfile
vendored
5
Vagrantfile
vendored
@ -36,6 +36,11 @@ Vagrant.configure(2) do |config|
|
||||
xenial.vm.box = "ubuntu/xenial64"
|
||||
end
|
||||
|
||||
config.vm.define "ubuntu1804" do |bionic|
|
||||
bionic.disksize.size = "40GB"
|
||||
bionic.vm.box = "ubuntu/bionic64"
|
||||
end
|
||||
|
||||
config.vm.define "opensuse423" do |leap423|
|
||||
leap423.vm.box = "opensuse/openSUSE-42.3-x86_64"
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user