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:
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user