feat(compute01/kanidm): Generate the VLAN groups
All checks were successful
Build all the nodes / netcore02 (push) Successful in 20s
Build all the nodes / netaccess01 (push) Successful in 21s
Build all the nodes / ap01 (push) Successful in 33s
Build all the nodes / netcore01 (push) Successful in 31s
Build the shell / build-shell (push) Successful in 24s
Run pre-commit on all files / pre-commit (push) Successful in 23s
Build all the nodes / geo02 (push) Successful in 1m57s
Build all the nodes / hypervisor01 (push) Successful in 1m58s
Build all the nodes / bridge01 (push) Successful in 1m59s
Build all the nodes / storage01 (push) Successful in 2m5s
Build all the nodes / hypervisor03 (push) Successful in 10m41s
Build all the nodes / geo01 (push) Successful in 10m56s
Build all the nodes / rescue01 (push) Successful in 11m1s
Build all the nodes / build01 (push) Successful in 11m8s
Build all the nodes / hypervisor02 (push) Successful in 11m13s
Build all the nodes / vault01 (push) Successful in 11m15s
Build all the nodes / tower01 (push) Successful in 11m16s
Build all the nodes / web02 (push) Successful in 11m20s
Build all the nodes / web03 (push) Successful in 11m3s
Build all the nodes / web01 (push) Successful in 11m47s
Build all the nodes / compute01 (push) Successful in 11m56s

This commit is contained in:
Tom Hubrecht 2025-02-11 15:07:13 +01:00
parent 7f7e245123
commit 8d2be99daf
Signed by: thubrecht
SSH key fingerprint: SHA256:CYNvFo44Ar9qCNnWNnvJVhs0QXO9AZjOLlPeWcSij3Q

View file

@ -81,7 +81,8 @@ in
) meta.organization.members;
groups =
{
(lib.extra.genFuse (id: { "vlan_${builtins.toString (4094 - id)}".memberless = true; }) 850)
// {
grp_active.members = catAttrs "username" (attrValues meta.organization.members);
grp-ext_cri.memberless = true;
}