blob: 882b8a68cfdc43c09877540f70b502f2a64706c6 [file] [log] [blame]
John DeNisco06dcd452018-07-26 12:45:10 -04001.. _vagrantOverview:
2
3.. toctree::
4
5Overview
6^^^^^^^^
7
8This 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.
9
10.. _prereqlabel:
11
12Prerequisites
13_____________
14
15You have the `FD.io VPP repo <https://github.com/FDio/vpp>`_ cloned locally on your machine.
16
17
18This guide will refer to the following files from that repo: *Vagrantfile, build.sh, env.sh, and update.sh*.
19
20
21
22
23
24
25