Advance to Debian 11.6 + VPP 23.06 + IPng Site Local

This commit is contained in:
Pim van Pelt
2023-04-03 15:15:42 +00:00
parent 20b518e298
commit d48828ed21
41 changed files with 70 additions and 70 deletions

View File

@ -13,7 +13,7 @@ BASE=${BASE:=ssd-vol0/hvn0.chbtl0.ipng.ch/ssd-vol0/vpp-proto-disk0@20221018-rele
LAB=${LAB:=0}
## Do not touch below this line
HVN="hvn${LAB}-lab.chbtl0.net.ipng.ch"
HVN="hvn${LAB}.lab.ipng.ch"
echo "* Destroying VMs"
ssh root@$HVN "set -x; for node in 0 1 2 3; do VM=vpp${LAB}-\${node}; virsh destroy \$VM; done"