====== Automated Deployment blueprint ====== Implementation proposal for the automated deployment script based on the concepts defined in https://etherpad.opnfv.org/p/BGS_CI {{:get_started:automateddeployment.png?direct|}} Methods to be implemented in Deployment Hardware Adapter for: Dell, HP, ESXi, libvirt 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):