Merge "Remove vtn package installation steps from mininet bootstarp script"
authorVratko Polák <vrpolak@cisco.com>
Fri, 16 Oct 2015 11:00:24 +0000 (11:00 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 16 Oct 2015 11:00:24 +0000 (11:00 +0000)
vagrant/basic-mininet-node/bootstrap.sh

index a9f32f7deab245d0cc9c8a5cd753d27da2a124f5..5dbe823cbb53a36849835f6877fad307db0c7c8a 100644 (file)
@@ -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