From 58fda365c5c9281eaddd1867d0456625349cef44 Mon Sep 17 00:00:00 2001 From: Ray Kinsella Date: Tue, 15 Nov 2016 17:22:51 +0000 Subject: vpp-bootstrap: initial commit 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 --- vpp-bootstrap/.gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 vpp-bootstrap/.gitignore (limited to 'vpp-bootstrap/.gitignore') diff --git a/vpp-bootstrap/.gitignore b/vpp-bootstrap/.gitignore new file mode 100644 index 0000000..ddbe19d --- /dev/null +++ b/vpp-bootstrap/.gitignore @@ -0,0 +1,10 @@ +.vagrant/ +*~ +*# +*.cmd + +node_modules/ +frontend/ +dist.dev/ +node-info.log +node-error.log \ No newline at end of file -- cgit 1.2.3-korg