2016-06-19 07:58:51 -07:00
|
|
|
INTRO:
|
2015-12-08 15:45:58 -07:00
|
|
|
|
2016-06-19 07:58:51 -07:00
|
|
|
This is a vagrant environment for VPP.
|
2015-12-08 15:45:58 -07:00
|
|
|
|
2016-06-19 07:58:51 -07:00
|
|
|
VPP currently works under Linux and has support for:
|
2015-12-08 15:45:58 -07:00
|
|
|
|
2016-06-19 07:58:51 -07:00
|
|
|
- Ubuntu 14.04, Ubuntu 16.04 and Centos7.2
|
2015-12-08 15:45:58 -07:00
|
|
|
|
2016-06-19 07:58:51 -07:00
|
|
|
The VM builds VPP from source which can be located at /vpp
|
2015-12-22 20:04:54 -07:00
|
|
|
|
2016-06-19 07:58:51 -07:00
|
|
|
VM PARTICULARS:
|
|
|
|
This vagrant environment creates a VM based on environment variables found in ./env.sh
|
|
|
|
To use, edit env.sh then
|
|
|
|
source ./env.sh
|
|
|
|
vagrant up
|
2015-12-22 20:04:54 -07:00
|
|
|
|
2016-06-19 07:58:51 -07:00
|
|
|
By default, the VM created is/has:
|
|
|
|
- Ubuntu 14.04
|
|
|
|
- 2 vCPUs
|
2016-06-25 03:50:28 -07:00
|
|
|
- 4G of RAM
|
2016-06-19 07:58:51 -07:00
|
|
|
- 2 NICs (1 x NAT - host access, 1 x VPP DPDK enabled)
|
2015-12-22 20:04:54 -07:00
|
|
|
|
2016-06-19 07:58:51 -07:00
|
|
|
PROVIDERS:
|
2015-12-08 15:45:58 -07:00
|
|
|
|
2016-06-19 07:58:51 -07:00
|
|
|
Supported vagrant providers are:
|
2015-12-08 15:45:58 -07:00
|
|
|
|
2016-06-19 07:58:51 -07:00
|
|
|
- Virtualbox, VMware Fusion/Workstation, Libvirt
|
2015-12-08 15:45:58 -07:00
|
|
|
|