Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhoublue committed Dec 18, 2024
1 parent 27028fe commit ffb59ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/scripts/install-ovs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ for NODE in $KIND_NODES; do

echo "=========install openvswitch"
install_openvswitch
docker exec ${NODE} systemctl start openvswitch-switch
echo "start ovs"
{ docker exec ${NODE} systemctl start openvswitch-switch } || { docker exec ${NODE} journalctl -xe ; exit 1 ; }
docker exec ${NODE} ovs-vsctl add-br ${BRIDGE_INTERFACE}
docker exec ${NODE} ovs-vsctl add-port ${BRIDGE_INTERFACE} ${HOST_ADDITIONAL_INTERFACE}

Expand Down

0 comments on commit ffb59ac

Please sign in to comment.