On Tue, Nov 30, 2021 at 2:21 AM Bryan Ohana <[email protected]> wrote:
> Ok i get it thanks Mike ! > Can I ask for an additional question. I would like to use guacamole to > assign dynamic VDI to users ( 1 VM always ready so if user A log into > guacamole and get the VM and user 2 comes in he should get the new VM > created that has another IP and host name) do you know how that is working ? > > Not at this point, no. I set out a year or so ago to try to create something like this - an extension that would manage VMs or compute instances, clone/create, start/stop, etc. But I haven't had time to work on it. Guacamole does support load balancing groups that allow you to put a bunch of systems behind a single connection group and have Guacamole take care of assigning users based on the thresholds you set (max users per connection, etc.), but it doesn't have any built-in support for managing those systems. I think there are some folks out there that have cooked up their own extensions that at least handle the start/stop of back-end machines to help with load and cost management, but nothing has made it into mainline code, yet. -Nick
