Documentation
¶
Index ¶
- func PowerCycleMachine(log *zap.Logger, cfg *domain.IPMIConfig) error
- func PowerOffChassisIdentifyLED(log *zap.Logger, cfg *domain.IPMIConfig) error
- func PowerOffMachine(log *zap.Logger, cfg *domain.IPMIConfig) error
- func PowerOnChassisIdentifyLED(log *zap.Logger, cfg *domain.IPMIConfig) error
- func PowerOnMachine(log *zap.Logger, cfg *domain.IPMIConfig) error
- func PowerResetMachine(log *zap.Logger, cfg *domain.IPMIConfig) error
- func SetBootBios(log *zap.Logger, cfg *domain.IPMIConfig) error
- func SetBootDisk(log *zap.Logger, cfg *domain.IPMIConfig) error
- func SetBootPXE(log *zap.Logger, cfg *domain.IPMIConfig) error
- func UpdateBios(log *zap.Logger, cfg *domain.IPMIConfig, revision string, s3Cfg *api.S3Config) error
- func UpdateBmc(log *zap.Logger, cfg *domain.IPMIConfig, revision string, s3Cfg *api.S3Config) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PowerCycleMachine ¶
func PowerCycleMachine(log *zap.Logger, cfg *domain.IPMIConfig) error
PowerCycleMachine cycles the power of the machine
func PowerOffChassisIdentifyLED ¶
func PowerOffChassisIdentifyLED(log *zap.Logger, cfg *domain.IPMIConfig) error
PowerOffChassisIdentifyLED powers the machine chassis identify LED off (raw 0x00 0x04 0x00)
func PowerOffMachine ¶
func PowerOffMachine(log *zap.Logger, cfg *domain.IPMIConfig) error
PowerOffMachine sets the power of the machine to OFF
func PowerOnChassisIdentifyLED ¶
func PowerOnChassisIdentifyLED(log *zap.Logger, cfg *domain.IPMIConfig) error
PowerOnChassisIdentifyLED powers the machine chassis identify LED on indefinitely (raw 0x00 0x04 0x00 0x01)
func PowerOnMachine ¶
func PowerOnMachine(log *zap.Logger, cfg *domain.IPMIConfig) error
PowerOnMachine sets the power of the machine to ON
func PowerResetMachine ¶
func PowerResetMachine(log *zap.Logger, cfg *domain.IPMIConfig) error
PowerResetMachine resets the power of the machine
func SetBootBios ¶
func SetBootBios(log *zap.Logger, cfg *domain.IPMIConfig) error
func SetBootDisk ¶
func SetBootDisk(log *zap.Logger, cfg *domain.IPMIConfig) error
func SetBootPXE ¶
func SetBootPXE(log *zap.Logger, cfg *domain.IPMIConfig) error
func UpdateBios ¶ added in v0.7.4
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.