Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Asset ¶
type Asset struct { // A chassis asset may have more than one IP. // When the asset is first retrieved, all IPs are listed in this slice. IPAddresses []string // The active IP is assigned to this field once identified. // When we fail to login to the asset, this field is NOT set. IPAddress string Serial string Vendor string HardwareType string Type string // "server" or "chassis" Location string Setup bool // If set, butlers will setup the asset. Configure bool // If set, butlers will configure the asset. Execute bool // If set, butlers will execute given command(s) on the asset. Extra map[string]string // Any extra params needed to be set in a asset. }
Asset is a unit of Server BMC/Chassis BMC. Assets are passed around from inventories to butlers.
Click to show internal directories.
Click to hide internal directories.