vmware-vspc-container
January 19, 2020 ยท View on GitHub
OpenStack's VMware Virtual Serial Port Concentrator container
Prerequisites
- Container runtime (tested with podman)
Setup
VMware Documentation:
ESXi Firewall
Manual
- Click on host -> Configure -> Firewall -> Edit... Enable "VM serial port over network" and "VM serial port connected to vSPC"
Scripted
See ./powercli/configure-host-firewall.ps1
Virtual Machine
Manual
-
Right click on virtual machine -> "Edit Settings..." -> Add New Device (serial)
-
Use Network
-
Direction: Server
-
Port URI: vmware-vspc
-
Use Virtual Serial Port Concentrator
-
vSPC URI: telnet://container_host_ip_address:13370
-
I/O Mode: enabled
Scripted
See ./powercli/configure-vm-serial-device.ps1
Container
Use ./run.sh to build, destroy and start container
TODO
- Use certificates