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
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:
parent
7f7e245123
commit
8d2be99daf
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue