blob: 882b8a68cfdc43c09877540f70b502f2a64706c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
.. _vagrantOverview:
.. toctree::
Overview
^^^^^^^^
This guide shows how the VPP :ref:`vppVagrantfile` interacts with shell scripts to configure a `Vagrant box <https://www.vagrantup.com/docs/boxes.html>`_ that boots a VM with VPP.
.. _prereqlabel:
Prerequisites
_____________
You have the `FD.io VPP repo <https://github.com/FDio/vpp>`_ cloned locally on your machine.
This guide will refer to the following files from that repo: *Vagrantfile, build.sh, env.sh, and update.sh*.
|