Skip to content

Commit

Permalink
Add Equinix/Packet constants
Browse files Browse the repository at this point in the history
  • Loading branch information
ofaurax committed Aug 10, 2023
1 parent 7b2304e commit 7448c71
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ const (
Cloudline = "Cloudline"
// Quanta is the contant to identify Quanta hardware
Quanta = "Quanta"
// Quanta is the contant to identify Intel hardware
// Intel is the contant to identify Intel hardware
Intel = "Intel"
// Equinix, formerly Packet
Equinix = "Equinix"
Packet = "Packet"

// Redfish firmware apply at constants
// FirmwareApplyImmediate sets the firmware to be installed immediately after upload
Expand Down

0 comments on commit 7448c71

Please sign in to comment.