User Tools

Site Tools


get_started:automateddeployment

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
get_started:automateddeployment [2015/03/31 13:13]
Szilard Cserey created
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_cycle_blade(self):​
  
-     ​def power_on_blades(self):+  ​def set_boot_order(self):
  
 +  def reset_to_factory_defaults(self):​
  
-     ​def power_cycle_blade(self):+  ​def configure_networking(self):
  
 +  def get_blade_mac_addresses(self,​ shelf_id, blade_id):
  
-     ​def set_boot_order(self):+  ​def get_blade_hardware_info(self, shelf_id, blade_id):
  
- 
-     def reset_to_factory_defaults(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): 
get_started/automateddeployment.1427807612.txt.gz ยท Last modified: 2015/03/31 13:13 by Szilard Cserey