From b80b5603a76c581f1739ab2615b9ad3ac857f653 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 28 Sep 2018 06:18:15 +0000 Subject: [PATCH] Updated from OpenStack Ansible Tests Change-Id: I26614388e834252b6265adf2e5e98da1453d5c42 --- 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