All checks were successful
Check meta / check_meta (push) Successful in 15s
Build all the nodes / netcore02 (push) Successful in 19s
Check meta / check_dns (push) Successful in 24s
Build all the nodes / netcore01 (push) Successful in 27s
Build all the nodes / netaccess01 (push) Successful in 28s
Build all the nodes / ap01 (push) Successful in 31s
Build the shell / build-shell (push) Successful in 30s
Run pre-commit on all files / pre-commit (push) Successful in 23s
Build all the nodes / geo01 (push) Successful in 1m48s
Build all the nodes / geo02 (push) Successful in 1m52s
Build all the nodes / web02 (push) Successful in 1m53s
Build all the nodes / web03 (push) Successful in 2m0s
Build all the nodes / web01 (push) Successful in 2m33s
Build all the nodes / hypervisor01 (push) Successful in 2m57s
Build all the nodes / build01 (push) Successful in 3m9s
Build all the nodes / rescue01 (push) Successful in 3m11s
Build all the nodes / bridge01 (push) Successful in 3m17s
Build all the nodes / hypervisor02 (push) Successful in 3m21s
Build all the nodes / hypervisor03 (push) Successful in 3m22s
Build all the nodes / storage01 (push) Successful in 3m26s
Build all the nodes / tower01 (push) Successful in 3m17s
Build all the nodes / vault01 (push) Successful in 3m37s
Build all the nodes / compute01 (push) Successful in 3m58s
20 lines
459 B
Nix
20 lines
459 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 ./. [
|
|
"network"
|
|
"nodes"
|
|
"options"
|
|
"organization"
|
|
];
|
|
class = "dgnumMeta";
|
|
}).config
|