From d88c9a13e82986b3e3d477beaa7f528e819868b6 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Fri, 18 Sep 2020 15:35:01 +0000 Subject: build: remove opensuse build infra - VPP on opensuse has not been supported for several releases. Type: fix Signed-off-by: Dave Wallace Change-Id: I2b5316ad5c20a843b8936f4ceb473f932a5338d9 (cherry picked from commit bc35f469c89daf0126937580b6972516b5007d3a) --- docs/reference/vppvagrant/boxSetup.rst | 3 --- 1 file changed, 3 deletions(-) (limited to 'docs/reference/vppvagrant/boxSetup.rst') diff --git a/docs/reference/vppvagrant/boxSetup.rst b/docs/reference/vppvagrant/boxSetup.rst index a8aa1f3c132..ed20c9d37c1 100644 --- a/docs/reference/vppvagrant/boxSetup.rst +++ b/docs/reference/vppvagrant/boxSetup.rst @@ -34,9 +34,6 @@ Looking at the :ref:`vppVagrantfile`, we can see that the default OS is Ubuntu 1 config.vm.box = "centos/7" config.vm.box_version = "1708.01" config.ssh.insert_key = false - elsif distro == 'opensuse' - config.vm.box = "opensuse/openSUSE-42.3-x86_64" - config.vm.box_version = "1.0.4.20170726" else config.vm.box = "puppetlabs/ubuntu-16.04-64-nocm" -- cgit 1.2.3-korg