This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
get_started:automateddeployment [2015/03/31 13:14] Szilard Cserey |
get_started:automateddeployment [2015/03/31 13:20] (current) Szilard Cserey |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| for: Dell, HP, ESXi, libvirt | for: Dell, HP, ESXi, libvirt | ||
| - | class HardwareAdapter(object): | + | def power_off_blades(self): |
| - | def power_off_blades(self): | + | def power_on_blades(self): |
| - | def power_on_blades(self): | + | def power_cycle_blade(self): |
| - | def power_cycle_blade(self): | + | def set_boot_order(self): |
| - | def set_boot_order(self): | + | def reset_to_factory_defaults(self): |
| - | def reset_to_factory_defaults(self): | + | def configure_networking(self): |
| - | + | ||
| - | def configure_networking(self): | + | |
| - | + | ||
| - | def get_blade_mac_addresses(self, shelf_id, blade_id): | + | |
| - | + | ||
| - | def get_blade_hardware_info(self, shelf_id, blade_id): | + | |
| + | def get_blade_mac_addresses(self, shelf_id, blade_id): | ||
| + | def get_blade_hardware_info(self, shelf_id, blade_id): | ||