diff options
author | Ray Kinsella <ray.kinsella@intel.com> | 2016-11-15 17:22:51 +0000 |
---|---|---|
committer | Ray Kinsella <ray.kinsella@intel.com> | 2016-11-21 13:04:59 +0000 |
commit | 58fda365c5c9281eaddd1867d0456625349cef44 (patch) | |
tree | a0ebb34dc1553081c46cacc22d967e8435fe437e /vpp-bootstrap/.gitignore | |
parent | 08e0618fef8173d3c94d64bce69f34d26f6a1f1c (diff) |
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 <ray.kinsella@intel.com>
Diffstat (limited to 'vpp-bootstrap/.gitignore')
-rw-r--r-- | vpp-bootstrap/.gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
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 |