X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=packer%2Fprovision%2Fmininet-ovs-2.5.sh;h=7cbab296ab9cee1c07585a76dd5797c42693b4e1;hb=4e1a100fa7b43f32be3fd526d5bf12e666734817;hp=4afb693411b92e81bfed2e27cd01cbd0dcb5d81e;hpb=16bcce8d05106c8b001c77b6b911c884f4f20372;p=releng%2Fbuilder.git diff --git a/packer/provision/mininet-ovs-2.5.sh b/packer/provision/mininet-ovs-2.5.sh index 4afb69341..7cbab296a 100644 --- a/packer/provision/mininet-ovs-2.5.sh +++ b/packer/provision/mininet-ovs-2.5.sh @@ -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