infrastructure/meta/default.nix
Tom Hubrecht 1e5447753c
All checks were successful
Check meta / check_dns (push) Successful in 15s
Check meta / check_meta (push) Successful in 19s
Check meta / check_meta (pull_request) Successful in 16s
Run pre-commit on all files / pre-commit (push) Successful in 36s
Check meta / check_dns (pull_request) Successful in 29s
Check workflows / check_workflows (pull_request) Successful in 29s
Build all the nodes / ap01 (pull_request) Successful in 31s
Build all the nodes / netaccess01 (pull_request) Successful in 19s
Build all the nodes / netcore01 (pull_request) Successful in 52s
Build all the nodes / netcore02 (pull_request) Successful in 42s
Build all the nodes / geo01 (pull_request) Successful in 1m34s
Build all the nodes / build01 (pull_request) Successful in 1m37s
Build all the nodes / hypervisor02 (pull_request) Successful in 1m44s
Build all the nodes / bridge01 (pull_request) Successful in 1m48s
Build all the nodes / hypervisor01 (pull_request) Successful in 1m54s
Build all the nodes / storage01 (pull_request) Successful in 1m28s
Build all the nodes / hypervisor03 (pull_request) Successful in 2m0s
Build all the nodes / geo02 (pull_request) Successful in 2m8s
Build the shell / build-shell (pull_request) Successful in 26s
Build all the nodes / tower01 (pull_request) Successful in 1m37s
Run pre-commit on all files / pre-commit (pull_request) Successful in 23s
Build all the nodes / rescue01 (pull_request) Successful in 2m0s
Build all the nodes / compute01 (pull_request) Successful in 2m57s
Build all the nodes / web02 (pull_request) Successful in 1m40s
Build all the nodes / web03 (pull_request) Successful in 1m41s
Build all the nodes / vault01 (pull_request) Successful in 2m17s
Build all the nodes / web01 (pull_request) Successful in 2m18s
feat(meta/isp): Init vlans
2025-02-07 19:07:14 +01:00

21 lines
469 B
Nix

# SPDX-FileCopyrightText: 2024 Tom Hubrecht <tom.hubrecht@dgnum.eu>
# SPDX-FileContributor: Maurice Debray <maurice.debray@dgnum.eu>
#
# SPDX-License-Identifier: EUPL-1.2
###
# Metadata for the nodes. You can add custom attributes, they are
# accessible through the specialArg meta in the config.
lib:
(lib.evalModules {
modules = lib.extra.mkImports ./. [
"isp"
"network"
"nodes"
"options"
"organization"
];
class = "dgnumMeta";
}).config