Update VM deployment script and documentation to reflect new default VM name 'CUBE' and IP configuration. Adjusted cloud-init settings for static IP and network details. Enhanced README and related scripts for clarity on VLAN and bridge usage.

This commit is contained in:
2026-02-17 15:22:05 +02:00
parent 9b1b4cef44
commit 307a34a2a5
7 changed files with 42 additions and 33 deletions

View File

@@ -52,7 +52,7 @@ echo "Done. $VLAN_IF is on bridge $BRIDGE."
echo "Optionally assign an IP to $BRIDGE if this host must be on VLAN 40, e.g.:"
echo " ip addr add 192.168.40.254/24 dev $BRIDGE"
echo ""
echo "Deploy Rina VM on this bridge with:"
echo " BRIDGE=$BRIDGE ./deploy-rina-vm.sh"
echo "Deploy VM on this bridge with:"
echo " BRIDGE=$BRIDGE ./deploy-rina-vm.sh # VM name CUBE by default"
echo "(Or use systemd-networkd for persistent config; see docs/vlan40-bridge-systemd-networkd.md)"
echo ""