From 3930c20a0f1c6d0f5513b602e95370f238c72fa6 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 28 Sep 2018 06:17:33 +0000 Subject: [PATCH] Updated from OpenStack Ansible Tests Change-Id: Ib39f05b2381109e778b1d56dc4c52b15cafcef13 --- Vagrantfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index 41bda65..5b2e2da 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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