Split overlays into discrete functionality and test

- Closes #987

To make the overlays testable in isolation, and after discussion with
the TSC, removed host/time/source from overlay files.

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2024-07-15 16:27:49 -06:00
parent b150b6319e
commit 053dd9953a
109 changed files with 3581 additions and 232 deletions

View File

@@ -26,7 +26,7 @@ var (
)
/*
Build all overlays (runtime and generic) for a node
Build all overlays for a node
*/
func BuildAllOverlays(nodes []node.NodeInfo) error {
for _, n := range nodes {