Skip to content

Commit

Permalink
Merge pull request #141 from melzhan/main
Browse files Browse the repository at this point in the history
Add fabricname to chassis
  • Loading branch information
melzhan authored Jul 12, 2024
2 parents 028126f + 8012330 commit 55d2378
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 @@ -98,6 +98,8 @@ type Chassis struct {
BootConfig *bpb.BootConfig
Authz *apb.UploadRequest
BootloaderPasswordHash string
// The name of the fabric this chassis belongs to.
FabricName string
}

// ControlCard describes a control card that exists in a resolved Chassis.
Expand Down

0 comments on commit 55d2378

Please sign in to comment.