Hello,
This is going to be a mix of two problems that are sort of linked.
We use pools to both provide an easy way to manage access and to sort our virtual machines.
Let's say we got the following tree :
And the groups "General Admins", "Ldaps Admins", "Ldaps Prod Admins", "Ldaps Prod Admins", "DNS Admins", etc.
We would like for example the group "Ldaps Admins" to have access to pool LDAP and it's children (actual and those that might be added afterwards), "Ldaps Prod Admins" to have access only on the pool Prod (and pool added as it's children afterwards) inside LDAP and so on.
Right now, the resources pool tree is a flat tree, which can get quite uneasy to navigate and require to add permission on each nodes.
Is there a way to have nested resources pools in PVE ?
Secondary, is there a way to organize virtual machine in folders / tree just for visual purpose ?
Cheers,
Jeff
This is going to be a mix of two problems that are sort of linked.
We use pools to both provide an easy way to manage access and to sort our virtual machines.
Let's say we got the following tree :
Code:
INFRA
|- DNS
|- LDAP
| |- PROD
| |- PREPROD
| |- TEST
We would like for example the group "Ldaps Admins" to have access to pool LDAP and it's children (actual and those that might be added afterwards), "Ldaps Prod Admins" to have access only on the pool Prod (and pool added as it's children afterwards) inside LDAP and so on.
Right now, the resources pool tree is a flat tree, which can get quite uneasy to navigate and require to add permission on each nodes.
Is there a way to have nested resources pools in PVE ?
Secondary, is there a way to organize virtual machine in folders / tree just for visual purpose ?
Cheers,
Jeff