From bc35f469c89daf0126937580b6972516b5007d3a 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 --- docs/gettingstarted/installing/opensuse.rst | 57 ----------------------------- 1 file changed, 57 deletions(-) delete mode 100644 docs/gettingstarted/installing/opensuse.rst (limited to 'docs/gettingstarted/installing/opensuse.rst') diff --git a/docs/gettingstarted/installing/opensuse.rst b/docs/gettingstarted/installing/opensuse.rst deleted file mode 100644 index 6d7873820dc..00000000000 --- a/docs/gettingstarted/installing/opensuse.rst +++ /dev/null @@ -1,57 +0,0 @@ -.. _opensuse: - -.. toctree:: - -Installing -========== - -To install VPP on openSUSE, first install the following release, and then execute -the associated commands. - -openSUSE Tumbleweed (rolling release) ------------------------------------------------------------- - -.. code-block:: console - - sudo zypper install vpp vpp-plugins - -openSUSE Leap 42.3 --------------------------------- - -.. code-block:: console - - sudo zypper addrepo --name network https://download.opensuse.org/repositories/network/openSUSE_Leap_42.3/network.repo - sudo zypper install vpp vpp-plugins - -Uninstall -========= - -To uninstall the vpp plugins, run the following command: - -.. code-block:: console - - sudo zypper remove -u vpp vpp-plugins - -openSUSE Tumbleweed (rolling release) -------------------------------------- - -To uninstall the openSUSE Tumbleweed, run the following command: - -.. code-block:: console - - sudo zypper remove -u vpp vpp-plugins - -openSUSE Leap 42.3 ------------------- - -.. code-block:: console - - sudo zypper remove -u vpp vpp-plugins - sudo zypper removerepo network - -For More Information -==================== -For more information on VPP with openSUSE, please look at the following post. - -* https://www.suse.com/communities/blog/vector-packet-processing-vpp-opensuse/ - -- cgit 1.2.3-korg