From 7448c7170fc6085f74bb1af3485f8a2133f3ffae Mon Sep 17 00:00:00 2001 From: Olivier FAURAX Date: Wed, 9 Aug 2023 11:12:44 +0200 Subject: [PATCH] Add Equinix/Packet constants --- constants/constants.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/constants/constants.go b/constants/constants.go index b4e7ce22..70eca32f 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -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