diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2016-06-02 03:11:35 -0400 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2016-06-02 15:27:15 +0000 |
commit | c6d2b44a6c8cd5184f9b923889de6d4f2cc529ad (patch) | |
tree | b27698a08be93a24fb9b3ecf969fea4b09388d79 /resources/tools/vagrant/install_debs.sh | |
parent | c70aa9f7233f8b041ecdf1117dffac0ef29d128b (diff) |
CSIT-117: CSIT Vagrant+Virtualbox dev environment inoperative on Ubuntu
Change-Id: I10d7a1cb194e8116324524e2ce6dff909620d077
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'resources/tools/vagrant/install_debs.sh')
-rwxr-xr-x | resources/tools/vagrant/install_debs.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/resources/tools/vagrant/install_debs.sh b/resources/tools/vagrant/install_debs.sh index b3ef9ec73c..121337695a 100755 --- a/resources/tools/vagrant/install_debs.sh +++ b/resources/tools/vagrant/install_debs.sh @@ -25,8 +25,3 @@ rsync -avz ${@} ${USERNAME}@192.168.255.102:/tmp/ || exit ssh_do_duts "sudo apt-get -y purge 'vpp.*' ; exit 0" ssh_do_duts "sudo dpkg -i /tmp/vpp*.deb" -vppcfg="/etc/vpp/startup.conf" -ssh_do_duts "sudo rm -f $vppcfg.orig; sudo cp $vppcfg $vppcfg.orig" -ssh_do_duts "echo -e '\nheapsize 512M' | sudo tee -a $vppcfg" - -echo Success! |