Skip to content

Commit

Permalink
Merge pull request #114 from gmacf/resolve
Browse files Browse the repository at this point in the history
Remove Chassis from proto and instead implement it as a struct.
  • Loading branch information
gmacf authored Dec 18, 2023
2 parents 365918b + 272035f commit 4def1ca
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 280 deletions.
17 changes: 0 additions & 17 deletions proto/bootz.proto
Original file line number Diff line number Diff line change
Expand Up @@ -227,23 +227,6 @@ message ReportStatusRequest {
message EmptyResponse {
}

// Chassis represents a single chassis owned by an organization.
message Chassis {
string serial_number = 1;
string manufacturer = 2;
string part_number = 3;
repeated ControlCard control_cards = 4;
string hostname = 5;
BootMode boot_mode = 6;
SoftwareImage software_image = 7;
string management_ip = 8;
BootConfig boot_config = 9;
Credentials credentials = 10;
gnsi.pathz.v1.UploadRequest pathz = 11;
gnsi.authz.v1.UploadRequest authz = 12;
gnsi.certz.v1.UploadRequest certificates = 13;
}

// BootMode specifies if the chassis should utilize OV data.
// Secure mode uses the OV validation.
enum BootMode {
Expand Down
Loading

0 comments on commit 4def1ca

Please sign in to comment.