X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=vagrant%2Fbasic-mininet-node%2Fbootstrap.sh;h=5dbe823cbb53a36849835f6877fad307db0c7c8a;hb=29d3ebddff1ced86bc29e3a73d6557511da50ff4;hp=a9f32f7deab245d0cc9c8a5cd753d27da2a124f5;hpb=162a8a5573a44ff89f165a2e17b8deb2a23645a2;p=releng%2Fbuilder.git diff --git a/vagrant/basic-mininet-node/bootstrap.sh b/vagrant/basic-mininet-node/bootstrap.sh index a9f32f7de..5dbe823cb 100644 --- a/vagrant/basic-mininet-node/bootstrap.sh +++ b/vagrant/basic-mininet-node/bootstrap.sh @@ -51,20 +51,6 @@ Port 830 Subsystem netconf /usr/bin/netopeer-server-sl EOSSH -# set the system up for VTN as well (note we are not adding all the bits -# to allow VTN to operate in the Hydrogen design erra) -mkdir /usr/local/vtn - -yum install -q -y http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/pgdg-redhat93-9.3-1.noarch.rpm -yum install -q -y postgresql93{,-{contrib,libs,server,odbc}} -chkconfig postgresql-9.3 off - -# the current deploy_vtn.sh script used by integration will be pushed -# into the system during dynamic spin-up as it has changed often enough -# that sticking it into the image may not be good as changing it would -# either require updating the image or doing it during the dynamic -# spin-up anyway. - # cbench installation for running openflow performance tests OF_DIR=$HOME/openflow # Directory that contains OpenFlow code