aboutsummaryrefslogtreecommitdiffstats
path: root/vpp-bootstrap/README.md
diff options
context:
space:
mode:
authorRay Kinsella <ray.kinsella@intel.com>2016-11-15 17:22:51 +0000
committerRay Kinsella <ray.kinsella@intel.com>2016-11-21 13:04:59 +0000
commit58fda365c5c9281eaddd1867d0456625349cef44 (patch)
treea0ebb34dc1553081c46cacc22d967e8435fe437e /vpp-bootstrap/README.md
parent08e0618fef8173d3c94d64bce69f34d26f6a1f1c (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/README.md')
-rw-r--r--vpp-bootstrap/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/vpp-bootstrap/README.md b/vpp-bootstrap/README.md
new file mode 100644
index 0000000..67b80ed
--- /dev/null
+++ b/vpp-bootstrap/README.md
@@ -0,0 +1,18 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at:
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ * Copyright (c) 2016 Intel Corporation
+ */
+# INTRO
+
+<insert useful content here>