summaryrefslogtreecommitdiff
path: root/ironic/tests/unit/drivers/modules/test_agent.py
Commit message (Expand)AuthorAgeFilesLines
* Finally remove support for netboot and the boot_option capabilityDmitry Tantsur2022-08-021-209/+0
* Explicit parameter to distinguish partition/whole-disk imagesDmitry Tantsur2022-01-281-0/+9
* Defer checking image size until instance info is builtSteve Baker2021-07-061-37/+59
* Cache AgentClient on Task, not globallyDmitry Tantsur2021-06-251-3/+3
* Delay rendering configdriveDmitry Tantsur2021-05-191-0/+67
* Clean up deprecated features of the agent deployDmitry Tantsur2021-05-031-99/+21
* Deploy interface that fully relies on custom deploy stepsDmitry Tantsur2021-04-301-117/+236
* Remove a pause before cleaning when fast-trackingDmitry Tantsur2021-04-121-0/+12
* Allow running RAID cleaning steps with in-band cleaningMohammed Naser2021-03-231-12/+19
* Allow users to configure priority for {create,delete}_configurationMohammed Naser2021-03-091-2/+10
* Remove root device hint after delete_configurationKaifeng Wang2020-10-111-0/+2
* Merge "Change [agent]image_download_source=http"Zuul2020-09-091-1/+1
|\
| * Change [agent]image_download_source=httpDmitry Tantsur2020-09-081-1/+1
* | Do not assume that prepare_image is the last command to runDmitry Tantsur2020-09-041-0/+28
|/
* Allow setting image_download_source per nodeDmitry Tantsur2020-09-021-0/+27
* Support caching http:// images locally in the direct deployDmitry Tantsur2020-09-021-0/+11
* Support file:/// images for the direct deployDmitry Tantsur2020-09-021-3/+43
* Ensure in-band deploy steps are present in time for fast-track deploymentsDmitry Tantsur2020-08-211-1/+4
* AgentRAID: Account for empty results in post-configuration checksDmitry Tantsur2020-07-291-0/+11
* Adds raid validation for in-band AgentRAID deploy stepShivanand Tendulker2020-07-231-8/+44
* Implement get_deploy_steps for AgentRAIDDmitry Tantsur2020-07-151-0/+12
* Decompose the core deploy step of the direct deployMark Goddard2020-07-081-262/+94
* agent_base: support inserting in-band deploy stepsDmitry Tantsur2020-07-081-110/+7
* Fix fast-track with the direct deploy interfaceDmitry Tantsur2020-06-191-1/+22
* Use the new extension call for getting partition UUIDsDmitry Tantsur2020-06-051-25/+90
* Enforce autospec in test_agent moduleRiccardo Pittau2020-06-021-76/+91
* Do not fail when raw image is larger than memory for httpmaelk2020-05-251-0/+29
* Switch to unittest mockIury Gregory Melo Ferreira2020-04-301-1/+1
* Change [deploy]/default_boot_option to localJulia Kreger2020-04-151-0/+2
* Merge "Generalize clean step functions to support deploy steps"Zuul2020-03-281-23/+27
|\
| * Generalize clean step functions to support deploy stepsDmitry Tantsur2020-03-251-23/+27
* | Merge "Raise human-friendly messages on attempt to use pre-deploy steps drivers"Zuul2020-03-281-5/+5
|\ \ | |/
| * Raise human-friendly messages on attempt to use pre-deploy steps driversDmitry Tantsur2020-03-251-5/+5
* | Hash the rescue_passwordJulia Kreger2020-03-241-1/+2
|/
* Merge "Remove compatibility with pre-deploy steps drivers"Zuul2020-03-171-15/+32
|\
| * Remove compatibility with pre-deploy steps driversDmitry Tantsur2020-03-121-15/+32
* | Merge "Make image_checksum optional if other checksum is present"Zuul2020-03-131-0/+69
|\ \ | |/ |/|
| * Make image_checksum optional if other checksum is presentJulia Kreger2020-03-121-0/+69
* | Refactoring: move generic agent clean step functions to agent_baseDmitry Tantsur2020-03-031-17/+9
* | Refactoring: rename agent_base_vendor to agent_baseDmitry Tantsur2020-02-191-3/+3
|/
* Follow up to root device hints in instance_infoDmitry Tantsur2020-01-211-0/+1
* Allow reading root_device from instance_infoDmitry Tantsur2020-01-081-0/+16
* Asynchronous out of band deploy steps fails to executeShivanand Tendulker2019-08-071-0/+17
* Fix capabilities passed as string in agent prepareRiccardo Pittau2019-03-211-0/+50
* fast tracked deployment supportJulia Kreger2019-03-141-0/+79
* [Follow Up] Add support for Smart NICsHamdy Khader2019-02-141-0/+20
* Add support for Smart NICsHamdy Khader2019-02-071-11/+217
* OOB RAID implementation for ilo5 based HPE Proliant servers.Anshul Jain2019-01-031-19/+33
* Ensure we unbind flat network ports and clear BM mac addressesSam Betts2018-11-271-0/+16
* Avoid race with nova on power sync and rescueJulia Kreger2018-10-101-0/+34