User Tools

Site Tools


get_started:automateddeployment

This is an old revision of the document!


Automated Deployment blueprint

Implementation proposal for the automated deployment script based on the concepts defined in https://etherpad.opnfv.org/p/BGS_CI

Methods to be implemented in Deployment Hardware Adapter for: Dell, HP, ESXi, libvirt

<source lang="python"> class HardwareAdapter(object):

def power_off_blades(self):
def power_on_blades(self):
def power_cycle_blade(self):
def set_boot_order(self):
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):

</source>

get_started/automateddeployment.1427807970.txt.gz · Last modified: 2015/03/31 13:19 by Szilard Cserey