Skip to content

Commit

Permalink
Merge pull request #148 from openconfig/gmacf-patch-1
Browse files Browse the repository at this point in the history
Add Domain field to Bootz chassis attributes
  • Loading branch information
gmacf authored Jan 20, 2025
2 parents c94aaad + 1583cfe commit fd74095
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fd74095

Please sign in to comment.