Remove Quagga builds from packer images
[releng/builder.git] / packer / provision / mininet-ovs-2.5.sh
index 5f392cf8a15c69c97839144fa0edd6bb26d0e19b..7cbab296ab9cee1c07585a76dd5797c42693b4e1 100644 (file)
@@ -19,6 +19,12 @@ echo '---> Install OpenVSwitch 2.5.0'
 apt-get update -m
 apt-get install openvswitch-switch openvswitch-vtep
 
+# Temporary workaround required to bring up OVS
+# post-install without which OVS daemon exits.
+service openvswitch-switch restart
+# Verify the OVS service status
+service openvswitch-switch status
+
 echo '---> Installing mininet'
 apt-get install mininet
 
@@ -39,9 +45,6 @@ cp cbench /usr/local/bin/
 echo '---> Installing exabgp'
 apt-get install exabgp
 
-echo '---> All Python package installation should happen in virtualenv'
-apt-get install python-virtualenv python-pip
-
 # Install vlan for vlan based tests in VTN suites
 apt-get install vlan