Ensure that ovs-config is run against the correct LAB instance
This commit is contained in:
2
virshall
2
virshall
@ -19,5 +19,5 @@ ssh root@$HVN "set -x; for node in 0 1 2 3; do VM=vpp${LAB}-\${node}; virsh $CMD
|
||||
[ "$CMD" = "start" ] && {
|
||||
echo "* Committing OVS config"
|
||||
scp overlays/$BUILD/ovs-config.sh root@$HVN:$LABDIR
|
||||
ssh root@$HVN "set -x; $LABDIR/ovs-config.sh"
|
||||
ssh root@$HVN "set -x; LAB=${LAB} $LABDIR/ovs-config.sh"
|
||||
}
|
||||
|
Reference in New Issue
Block a user