Hello everyone!
I am in the process of building a new thinlinc cluster for our developers.
This cluster is going to hold about 100+ virtual linux machines.
Each user will have one “private” machine (per cluster).
User “a” can only login to machine “a” and so on.
I have configured this using thinlinc subcluster.
I’m using hivetool and ansible to create the subcluster configuration.
[/vsmserver/subclusters/cluster1-usera]
agents=cluster1-usera.example.com
users=usera
[/vsmserver/subclusters/cluster1-userb]
agents=cluster1-userb.example.com
users=userb
and so on.
If the user wants more than one machine, it has to be on another cluster.
usera → cluster1.example.com → cluster1-usera.example.com
usera → cluster2.example.com → cluster2-usera.example.com
My question, is this the best(only?) way to do this, or is there a better way ?
/Peter