From eae889b38209f58f169356cc2229658fbb616bbd Mon Sep 17 00:00:00 2001 From: Ray Kinsella Date: Sun, 4 Dec 2016 18:21:16 +0000 Subject: vpp-bootstrap: * Updated to VPP 17.01 * Updated README.md * Reduced image requirements to 2 cores & 2048 megs of ram. * Fixed VPP Binary on host to have more modest resource requirements. * XConnect the Containers automagically in VPP on the host. * Added support for python `pip` packages, updated scapy to 2.3.x for VXLAN support. * Using the VPP Binaries from 17.01 stable, instead of head. * Added gdb package to ctwo, so `make debug` will work. * Renamed veth backend interfaces on the host to `veth-c[one,two]`. Change-Id: Ie1a86989733c1eb18041e20a4d268a308ffaebb3 Signed-off-by: Ray Kinsella --- vpp-bootstrap/README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'vpp-bootstrap/README.md') diff --git a/vpp-bootstrap/README.md b/vpp-bootstrap/README.md index 67b80ed..a8204e3 100644 --- a/vpp-bootstrap/README.md +++ b/vpp-bootstrap/README.md @@ -13,6 +13,30 @@ * * Copyright (c) 2016 Intel Corporation */ + +# GOAL + +The aim of the project is provide a lightweight development environment +for those looking to quickly start VPP development. Including but not +limited to training events and workshops. + +# COMMITTERS + +Ray Kinsella + # INTRO +vpp-bootstrap is a vagrant image to create an environment to rapidly +bootstrap vpp development. All required sources, dependencies and test +tools are included in the environment. + +To build the image, simple do + + vagrant up + +# CURRENT STATE + +Supports VPP 17.01 on VirtualBox and AWS + +# Evolution - +Support for VPP 17.04. -- cgit 1.2.3-korg