Skip to content

Commit

Permalink
Give enrollz signal to bootz to add/remove additional knobs to the bo…
Browse files Browse the repository at this point in the history
…ot config when required.
  • Loading branch information
sam-homa committed Jul 22, 2024
1 parent 55d2378 commit 746fc00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ type Chassis struct {
BootloaderPasswordHash string
// The name of the fabric this chassis belongs to.
FabricName string
// Indicates whether enrollment will be skipped later in the install process.
// Some parts of boot config may be different depending on the value of this flag.
SkipEnrollment bool
}

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

0 comments on commit 746fc00

Please sign in to comment.