Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for OpenStack hypervisor-specific VNC console access #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bahnwaerter
Copy link

This support adds a new way to access the grahical console of any VDI instance and provide it to web clients via Guacamole. In addition to the available standard console access of the integrated RDP server from each VDI instance, the hypervisor's VNC console from OpenStack can now be used as an alternative. The alternative offers the advantage that the graphic output can already be accessed during the boot process of a VDI instance. In addition, this option saves resources, since no extra RDP server has to run in each deployed VDI instance.

The new OpenStack VNC console access can be selected via the new configuration option

  • OS_CONSOLE_SERVER = [ openstack_hypervisor | instance_builtin ]

by assigning the value 'openstack_hypervisor'. The prerequisite for activating the OpenStack VNC console access is that an OpenStack-based cloud is set up with the console type 'noVNC'.

This support adds a new way to access the grahical console of any VDI
instance and provide it to web clients via Guacamole. In addition to the
available standard console access of the integrated RDP server from each
VDI instance, the hypervisor's VNC console from OpenStack can now be
used as an alternative. The alternative offers the advantage that the
graphic output can already be accessed during the boot process of a VDI
instance. In addition, this option saves resources, since no extra RDP
server has to run in each deployed VDI instance.

The new OpenStack VNC console access can be selected via the new
configuration option

  - OS_CONSOLE_SERVER = [ openstack_hypervisor | instance_builtin ]

by assigning the value 'openstack_hypervisor'. The prerequisite for
activating the OpenStack VNC console access is that an OpenStack-based
cloud is set up with the console type 'noVNC'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant