summaryrefslogtreecommitdiffstats
path: root/build-root/vagrant/run.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-02-14Update default Vagrant box to Ubuntu 16.04, VPP-616Dave Wallace1-5/+6
- Hand merge of ed0e49c5 and 46f133d5 into stable/1701 Change-Id: Ib7260f07d22e546c6a92fb713b61b7e5edf247c9 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2016-04-25Break boostrap.sh into piecesEd Warnicke1-0/+22
In order to make it easier for folks who have existing Centos or Ubuntu boxes to utilize the same 'Getting started' scripting that is used in Vagrant, as well as enable us to use that scripting in CI, broke up bootstrap.sh into update.sh - Things like apt-get update build.sh - Install any dependencies and build vpp clearinterfaces.sh - Clean off any non-default gateway interfaces. Used by vagrant. run.sh - Start vpp as a service on the box. A user (or CI) just wanting to get going and build on an existing Ubuntu or Centos image (ie, not via vagrant) can simply run build.sh Change-Id: I8f19342f163cad07c6c05def943a5fb8e394b879 Signed-off-by: Ed Warnicke <eaw@cisco.com>