Waldur Guacamole integration
Guacamole is a browser based remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH. Waldur — Guacamole integration is based on Waldur's custom scripts functionality.
This integration provides full virtual desktop lifecycle, including:
- Creation of a virtual desktop in remote Waldur (i.e. OpenStack KVM machine)
- Adding records of a freshly created virtual desktop to Guacamole MySQL database
- Termination of the virtual desktop and MySQL records removal upon desktop deletion
Quick Start Guide
- Make sure your Waldur is able to run custom scripts
- Modify Guacamole MySQL database to store backend ID (Backend Waldur resource ID):
1 |
|
- Create a Service Offerring in Waldur with "Custom Script" type
- Configure environment variables for the service:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
|
- Copy
custom-scripts/create.py
andcustom-scripts/terminate.py
as the creation and termination scripts for the service