|
vpp-bootstrap is a vagrant based tool to automatically bootstrap a
vpp development environment. The tool is designed to be as data-driven
and extensible.
* An Ubuntu environment featuring one or more containers connected
via a Linux bridge is created.
* New containers can be easily created, packages install and configured
via a provisioning scripts.
* Networking, auth credentials and hostnames are automatically configured
to enable using tools like ssh and scp without password and ip addresses.
* Support for vagrant-proxy and vagrant-aws provisioning.
* Two containers are initially provided:-
* The first container provides network test tools such as scapy
are automatically installed
* In the second container VPP-lite is automatically git cloned, built
and installed.
Change-Id: Id484431f7dde8fdc9ff25ad198ff3cec55ba112c
Signed-off-by: Ray Kinsella <ray.kinsella@intel.com>
|