From 1583cfe802fb052355ea42fab079823facf61f1b Mon Sep 17 00:00:00 2001 From: Gareth McFarlane Date: Mon, 20 Jan 2025 12:54:05 +1100 Subject: [PATCH] Add Domain field to Bootz chassis attributes This field will be used internally to differentiate between Edge and Core installations --- server/service/service.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/service/service.go b/server/service/service.go index 5241a50..ebc9601 100644 --- a/server/service/service.go +++ b/server/service/service.go @@ -104,6 +104,8 @@ type Chassis struct { // Some parts of boot config may be different depending on the value of this flag. // TODO(b/354602807): Clean up this flag when not required anymore. SkipEnrollment bool + // The network domain this chassis belongs to. + Domain string } // ControlCard describes a control card that exists in a resolved Chassis.