Radoslav Gerganov cc4d54a3a3 Add 'venv' test environment
This will fix the release job which executes:
$ tox -evenv python setup.py sdist
and currently fails: http://goo.gl/VIC4T8

Change-Id: Ie8f4aabc76c8037ace32b29ae08afe75711e3f7f
2017-02-23 10:40:43 -05:00
2017-02-10 16:06:57 +02:00
2017-02-22 14:42:20 -05:00
2017-02-10 16:06:57 +02:00
2017-02-22 14:42:28 -05:00
2017-02-22 14:42:20 -05:00
2017-02-10 16:06:57 +02:00
2017-02-10 16:06:57 +02:00
2017-02-22 14:42:28 -05:00
2017-02-22 14:42:28 -05:00
2017-02-22 14:42:28 -05:00
2017-02-22 14:42:20 -05:00
2017-02-23 10:40:43 -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
Description
Virtual Serial Port Concentrator for VMware instances
Readme 159 KiB
Languages
Python 86%
Shell 14%