Skip to content

Commit

Permalink
No API Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Sep 8, 2023
1 parent 2d697a6 commit af2bc84
Show file tree
Hide file tree
Showing 4 changed files with 272 additions and 659 deletions.
5 changes: 0 additions & 5 deletions cmd/metal-api/internal/grpc/boot-service.go
Original file line number Diff line number Diff line change
Expand Up @@ -364,11 +364,6 @@ func (b *BootService) Report(ctx context.Context, req *v1.BootServiceReportReque
return &v1.BootServiceReportResponse{}, nil
}

// ReportIPMI implements v1.BootServiceServer.
func (*BootService) ReportIPMI(context.Context, *v1.BootServiceReportIPMIRequest) (*v1.BootServiceReportIPMIResponse, error) {
panic("unimplemented")
}

func (b *BootService) AbortReinstall(ctx context.Context, req *v1.BootServiceAbortReinstallRequest) (*v1.BootServiceAbortReinstallResponse, error) {
b.log.Infow("abortreinstall", "req", req)
m, err := b.ds.FindMachineByID(req.Uuid)
Expand Down
Loading

0 comments on commit af2bc84

Please sign in to comment.