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:16] Szilard Cserey |
get_started:automateddeployment [2015/03/31 13:20] (current) Szilard Cserey |
||
|---|---|---|---|
| Line 9: | Line 9: | ||
| Methods to be implemented in Deployment Hardware Adapter | Methods to be implemented in Deployment Hardware Adapter | ||
| for: Dell, HP, ESXi, libvirt | for: Dell, HP, ESXi, libvirt | ||
| - | |||
| - | class HardwareAdapter(object): | ||
| def power_off_blades(self): | def power_off_blades(self): | ||
| Line 27: | Line 25: | ||
| def get_blade_hardware_info(self, shelf_id, blade_id): | def get_blade_hardware_info(self, shelf_id, blade_id): | ||
| - | |||
| - | |||