fix(machines/ap01/lan): use untagged VLAN ID, aka 1 and not 0
All checks were successful
Check meta / check_dns (pull_request) Successful in 19s
Check meta / check_meta (pull_request) Successful in 17s
Check workflows / check_workflows (pull_request) Successful in 22s
Build all the nodes / ap01 (pull_request) Successful in 1m29s
Build all the nodes / bridge01 (pull_request) Successful in 1m32s
Build all the nodes / geo01 (pull_request) Successful in 1m44s
Build all the nodes / compute01 (pull_request) Successful in 2m8s
Build all the nodes / geo02 (pull_request) Successful in 1m49s
Build all the nodes / rescue01 (pull_request) Successful in 2m3s
Build all the nodes / vault01 (pull_request) Successful in 1m55s
Build all the nodes / storage01 (pull_request) Successful in 2m3s
Run pre-commit on all files / check (pull_request) Successful in 27s
Run pre-commit on all files / check (push) Successful in 26s
Build all the nodes / web02 (pull_request) Successful in 1m50s
Build all the nodes / web03 (pull_request) Successful in 1m49s
Build all the nodes / web01 (pull_request) Successful in 2m27s
All checks were successful
Check meta / check_dns (pull_request) Successful in 19s
Check meta / check_meta (pull_request) Successful in 17s
Check workflows / check_workflows (pull_request) Successful in 22s
Build all the nodes / ap01 (pull_request) Successful in 1m29s
Build all the nodes / bridge01 (pull_request) Successful in 1m32s
Build all the nodes / geo01 (pull_request) Successful in 1m44s
Build all the nodes / compute01 (pull_request) Successful in 2m8s
Build all the nodes / geo02 (pull_request) Successful in 1m49s
Build all the nodes / rescue01 (pull_request) Successful in 2m3s
Build all the nodes / vault01 (pull_request) Successful in 1m55s
Build all the nodes / storage01 (pull_request) Successful in 2m3s
Run pre-commit on all files / check (pull_request) Successful in 27s
Run pre-commit on all files / check (push) Successful in 26s
Build all the nodes / web02 (pull_request) Successful in 1m50s
Build all the nodes / web03 (pull_request) Successful in 1m49s
Build all the nodes / web01 (pull_request) Successful in 2m27s
Signed-off-by: Ryan Lahfa <ryan@dgnum.eu>
This commit is contained in:
parent
14f38b02e2
commit
8bb1ddc953
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ in
|
|||
default-vlan = svc.vlan.build {
|
||||
ifname = "apinit";
|
||||
primary = config.services.int;
|
||||
vid = "0";
|
||||
# Default VLAN ("untagged") is 1.
|
||||
vid = "1";
|
||||
};
|
||||
|
||||
admin-vlan = svc.vlan.build {
|
||||
|
|
Loading…
Reference in a new issue