summaryrefslogtreecommitdiff
path: root/ironic/drivers/modules/agent.py
Commit message (Expand)AuthorAgeFilesLines
* Remove root device hint after delete_configurationKaifeng Wang2020-10-111-0/+3
* Do not assume that prepare_image is the last command to runDmitry Tantsur2020-09-041-19/+27
* Allow setting image_download_source per nodeDmitry Tantsur2020-09-021-2/+14
* Support caching http:// images locally in the direct deployDmitry Tantsur2020-09-021-0/+1
* Support file:/// images for the direct deployDmitry Tantsur2020-09-021-7/+12
* Ensure in-band deploy steps are present in time for fast-track deploymentsDmitry Tantsur2020-08-211-0/+3
* AgentRAID: Account for empty results in post-configuration checksDmitry Tantsur2020-07-291-5/+5
* Adds raid validation for in-band AgentRAID deploy stepShivanand Tendulker2020-07-231-5/+47
* Implement get_deploy_steps for AgentRAIDDmitry Tantsur2020-07-151-0/+12
* Decompose the core deploy step of the direct deployMark Goddard2020-07-081-71/+44
* agent_base: support inserting in-band deploy stepsDmitry Tantsur2020-07-081-1/+0
* Do not put the whole JSON error from the agent in last_errorDmitry Tantsur2020-07-061-1/+2
* Untie the ramdisk deploy from AgentDeployDmitry Tantsur2020-06-241-64/+7
* Fix fast-track with the direct deploy interfaceDmitry Tantsur2020-06-191-10/+7
* Use the new extension call for getting partition UUIDsDmitry Tantsur2020-06-051-22/+31
* Do not fail when raw image is larger than memory for httpmaelk2020-05-251-3/+6
* Change [deploy]/default_boot_option to localJulia Kreger2020-04-151-0/+6
* Fix the remaining hacking issuesDmitry Tantsur2020-03-311-4/+4
* Merge "Make image_checksum optional if other checksum is present"Zuul2020-03-131-4/+25
|\
| * Make image_checksum optional if other checksum is presentJulia Kreger2020-03-121-4/+25
* | Refactoring: move generic agent clean step functions to agent_baseDmitry Tantsur2020-03-031-33/+2
* | Refactoring: rename agent_base_vendor to agent_baseDmitry Tantsur2020-02-191-5/+5
|/
* Follow up to root device hints in instance_infoDmitry Tantsur2020-01-211-10/+1
* Allow reading root_device from instance_infoDmitry Tantsur2020-01-081-1/+1
* Stop using six libraryRiccardo Pittau2019-12-231-1/+2
* Correct power state handling for managed in-band inspectionDmitry Tantsur2019-12-131-26/+15
* Asynchronous out of band deploy steps fails to executeShivanand Tendulker2019-08-071-1/+8
* Fix capabilities passed as string in agent prepareRiccardo Pittau2019-03-211-1/+1
* fast tracked deployment supportJulia Kreger2019-03-141-13/+43
* Add support for Smart NICsHamdy Khader2019-02-071-1/+20
* OOB RAID implementation for ilo5 based HPE Proliant servers.Anshul Jain2019-01-031-26/+4
* Merge "Recommend to set boot mode explicitly"Zuul2018-11-271-6/+3
|\
| * Recommend to set boot mode explicitlyHironori Shiina2018-11-031-6/+3
* | Enhanced checksum supportKaifeng Wang2018-10-221-0/+7
|/
* Avoid race with nova on power sync and rescueJulia Kreger2018-10-101-0/+19
* Direct deploy serve HTTP images from conductorSam Betts2018-09-071-0/+29
* Pass prep_boot_part_uuid to install_bootloader for ppc64* partition imagesMichael Turek2018-07-311-4/+14
* Deploy steps - conductor & driversMark Goddard2018-07-111-1/+2
* Move boot-related code to boot_mode_utils.pyIlya Etingof2018-06-201-2/+3
* Fix ``agent`` deploy interface to call ``boot.prepare_instance``Shivanand Tendulker2018-04-181-19/+73
* Add validate_rescue() method to boot interfaceShivanand Tendulker2018-02-091-32/+11
* Add validate_rescue() method to network interfaceShivanand Tendulker2018-02-051-4/+2
* Remove mode argument from boot.(prepare|clean_up)_ramdiskJim Rollenhagen2018-02-011-15/+2
* Agent rescue implementationShivanand Tendulker2018-01-251-4/+146
* Remove provisioning network ports during tear downMark Goddard2017-11-151-0/+3
* fix a typo in agent.py: s/doman/domain/liumk2017-08-231-1/+1
* BFV Deploy skip minor logging, logic, and test fixesJulia Kreger2017-08-021-0/+3
* Address review feedback for ipxe boot file fixJulia Kreger2017-07-311-1/+2
* Generate iPXE boot script on start upMichael Turek2017-07-261-10/+8
* Generate iPXE boot script when deploying with boot from volumeMike Turek2017-07-141-8/+10