Move vagrant stuff to extras/
[vpp.git] / extras / vagrant / README
1 INTRO:
2
3 This is a vagrant environment for VPP.
4
5 VPP currently works under Linux and has support for:
6
7 - Ubuntu 14.04, Ubuntu 16.04 and Centos7.2
8
9 The VM builds VPP from source which can be located at /vpp
10
11 VM PARTICULARS:
12 This vagrant environment creates a VM based on environment variables found in ./env.sh
13 To use, edit env.sh then
14   source ./env.sh
15   vagrant up
16
17 By default, the VM created is/has:
18 - Ubuntu 14.04
19 - 2 vCPUs
20 - 4G of RAM
21 - 2 NICs (1 x NAT - host access, 1 x VPP DPDK enabled)
22
23 PROVIDERS:
24
25 Supported vagrant providers are:
26
27 - Virtualbox, VMware Fusion/Workstation, Libvirt
28