Merge "Re-enable orphaned nodes cleanup script"
[releng/builder.git] / packer / provision / mininet-ovs-2.5.sh
index 5e7274335d156302acdb4c634ff6ff1575648a24..c2ecaa759e99ecea036b28bdec912f4c0a0137ed 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