Radoslav Gerganov 622f7f9ea6 Make devstack plugin set serial_log_dir in nova.conf
The Nova patch which adds 'serial_log_dir' is still under review but we
want to set it in the devstack plugin. This will enable dowstream
developers to run tempest tests for the console output feature.

Change-Id: I4e70ebe517a28a7e6a1d4e782d21b495fb484523
2017-03-29 15:37:28 +03:00
2017-02-10 16:06:57 +02:00
2017-03-28 10:56:33 +03: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-24 07:35:10 -05: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 with OpenStack

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

In nova.conf add the following properties:

[vmware]
serial_port_service_uri = vmware-vspc
serial_port_proxy_uri = telnets://<vspc_host>:13370#thumbprint=<vspc_thumbprint>

where vspc_host is the host where VSPC runs and vspc_thumbprint is the SHA1 thumbprint of the configured certificate.

Usage with Devstack

There is a devstack plugin, so simply add this to your local.conf:

[[local|localrc]]
enable_plugin vmware-vspc https://github.com/openstack/vmware-vspc
Description
Virtual Serial Port Concentrator for VMware instances
Readme 158 KiB
Languages
Python 86%
Shell 14%