Skip to content

Commit

Permalink
Merge pull request #142 from sam-homa/enrollz-flag
Browse files Browse the repository at this point in the history
Add SkipEnrollment flag to control the boot config.
  • Loading branch information
sam-homa authored Jul 22, 2024
2 parents 55d2378 + 746fc00 commit ea30a25
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 ea30a25

Please sign in to comment.