Updated from OpenStack Ansible Tests
Change-Id: Ib843de66945e24858e0a967646b983dd2e6568f0
This commit is contained in:
2 changed files with 12 additions and 16 deletions
13
Vagrantfile
vendored
13
Vagrantfile
vendored
@@ -16,7 +16,7 @@ end
Vagrant.configure(2) do |config|
config.vm.provider "virtualbox" do |v|
v.memory = 4096
v.memory = 6144
v.cpus = 2
end
@@ -30,20 +30,15 @@ Vagrant.configure(2) do |config|
SHELL
config.vm.define "ubuntu1604" do |xenial|
xenial.disksize.size = "40GB"
xenial.vm.box = "ubuntu/xenial64"
end
config.vm.define "opensuse422" do |leap422|
leap422.vm.box = "opensuse/openSUSE-42.2-x86_64"
xenial.vm.box = "bento/ubuntu-16.04"
end
config.vm.define "opensuse423" do |leap423|
leap423.vm.box = "opensuse/openSUSE-42.3-x86_64"
leap423.vm.box = "bento/opensuse-leap-42.3"
end
config.vm.define "centos7" do |centos7|
centos7.vm.box = "centos/7"
centos7.vm.box = "bento/centos-7"
end
end
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.