Virtual Serial Port Concentrator for VMware instances
Go to file
Radoslav Gerganov 4f8818aa6c add .gitreview file
Change-Id: Ia5c266cd568bae65adb6acf370e4bd50623b1549
2017-02-22 14:42:28 -05:00
etc Initial public version 2017-02-10 16:06:57 +02:00
vspc Fix the gate jobs 2017-02-22 14:42:20 -05:00
.gitignore Initial public version 2017-02-10 16:06:57 +02:00
.gitreview add .gitreview file 2017-02-22 14:42:28 -05:00
.testr.conf Fix the gate jobs 2017-02-22 14:42:20 -05:00
LICENSE Initial public version 2017-02-10 16:06:57 +02:00
README.rst Initial public version 2017-02-10 16:06:57 +02:00
requirements.txt Initial public version 2017-02-10 16:06:57 +02:00
setup.py Initial public version 2017-02-10 16:06:57 +02:00
test-requirements.txt Fix the gate jobs 2017-02-22 14:42:20 -05:00
tox.ini Fix the gate jobs 2017-02-22 14:42:20 -05:00

vmware-vspc

Virtual Serial Port Concentrator for use in the vSphere environment. It collects serial console logs from VMs which have configured virtual serial port pointing to it.

Usage

Copy vspc.conf.sample as vspc.conf and edit as appropriate:

[DEFAULT]
debug = True
host = 0.0.0.0
port = 13370
cert = cert.pem
key = key.pem
uri = vmware-vspc
serial_log_dir = /opt/vmware/vspc

Then start with:

$ vmware-vspc --config-file vspc.conf