
The tutorial uses old 18.04 Bionic Ubuntu release, and tries to install vpp from packagecloud.io's bionic repository which does not exist. However newer ubuntu releases' repositories exist, so let's update to newer Ubuntu LTS version: 22.04 Jammy. Also, the ubuntu vagrant box is old, so let's replace it to a newer, generic/ubuntu2204, which uses libvirt provider (instead of virtualbox) and updated frequently, works well for the tutorial. Due to using libvirt provider, there is no need to customize the VM as those customizations are present in the box by default. The truested=yes part is removed from the apt source list command, as we add gpgkey anyway, thus, no need for this. Tutorial and vpp build tested with this new box and looks to be working fine. Type: docs Signed-off-by: Elod Illes <elod.illes@est.tech> Change-Id: Idcff693240fc6a1496a240e0d07c5ed43fe833e9
26 lines
611 B
ReStructuredText
26 lines
611 B
ReStructuredText
.. _progressivevpp:
|
|
|
|
.. toctree::
|
|
|
|
########################
|
|
Progressive VPP Tutorial
|
|
########################
|
|
|
|
Learn to run FD.io VPP on a single Ubuntu VM using Vagrant with this walkthrough
|
|
covering basic FD.io VPP scenarios. Useful FD.io VPP commands will be used, and
|
|
will discuss basic operations, and the state of a running FD.io VPP on a system.
|
|
|
|
.. note::
|
|
|
|
This is **not** intended to be a 'How to Run in a Production Environment' set of instructions.
|
|
|
|
.. toctree::
|
|
|
|
settingupenvironment.rst
|
|
runningvpp.rst
|
|
interface.rst
|
|
traces.rst
|
|
twovppinstances.rst
|
|
routing.rst
|
|
switching.rst
|