summaryrefslogtreecommitdiff
path: root/ironic/drivers/modules/ansible
Commit message (Expand)AuthorAgeFilesLines
* Fix requests calls with timeoutsJulia Kreger2023-04-041-1/+2
* Finally remove support for netboot and the boot_option capabilityDmitry Tantsur2022-08-021-6/+0
* Explicit parameter to distinguish partition/whole-disk imagesDmitry Tantsur2022-01-282-3/+3
* Add and document high-level helpers for async stepsDmitry Tantsur2021-10-111-4/+2
* Cache AgentClient on Task, not globallyDmitry Tantsur2021-06-251-5/+1
* Delay rendering configdriveDmitry Tantsur2021-05-191-1/+1
* Clean up deprecated features of the agent deployDmitry Tantsur2021-05-031-2/+13
* Allow ansible deploys to be fast-trackedVladyslav Drok2021-03-161-8/+22
* Replace retrying with tenacityBoden R2021-02-151-7/+9
* Ansible deploy - Ignore invalid devicesJulia Kreger2020-08-211-0/+6
* Decompose the core deploy step on iscsi and ansible deployMark Goddard2020-07-131-28/+30
* Raise human-friendly messages on attempt to use pre-deploy steps driversDmitry Tantsur2020-03-251-0/+3
* Merge "Remove compatibility with pre-deploy steps drivers"Zuul2020-03-171-8/+1
|\
| * Remove compatibility with pre-deploy steps driversDmitry Tantsur2020-03-121-8/+1
* | Change readfp to read_fileIury Gregory Melo Ferreira2020-03-131-1/+1
|/
* Refactoring: rename agent_base_vendor to agent_baseDmitry Tantsur2020-02-191-1/+1
* Follow up to root device hints in instance_infoDmitry Tantsur2020-01-211-8/+3
* Allow reading root_device from instance_infoDmitry Tantsur2020-01-081-1/+1
* Stop using six libraryRiccardo Pittau2019-12-232-4/+3
* Using loop instead of with_XRiccardo Pittau2019-10-241-1/+1
* Use new shiny Devices class instead of old ugly DeviceRiccardo Pittau2019-10-211-1/+1
* Merge "Pass target_raid_config field to ironic variable"Zuul2019-08-231-3/+12
|\
| * Pass target_raid_config field to ironic variableGaëtan Trellu2019-08-221-3/+12
* | Make ironic_log Ansible callback Python 3 readyGaëtan Trellu2019-08-191-2/+2
|/
* Ansible: fix partition_configdrive for logical root_devicesRaphael Glon2019-08-131-2/+20
* Ansible driver: fix deployment with serial specified as root device hintRaphael Glon2019-07-261-1/+4
* Fix serial/wwn gathering for ansible+python3Raphael Glon2019-07-231-1/+1
* Ansible module: fix deployment for private and/or shared imagesRaphael Glon2019-07-091-1/+15
* Ansible module: fix configdrive partition creation stepRaphael Glon2019-06-061-16/+8
* Merge "Ansible module: fix clean error handling"Zuul2019-04-131-11/+4
|\
| * Ansible module: fix clean error handlingRaphael Glon2019-04-081-11/+4
* | Merge "Ansible module: fix partition_configdrive.sh file"Zuul2019-04-111-2/+3
|\ \
| * | Ansible module: fix partition_configdrive.sh fileRaphael Glon2019-04-111-2/+3
| |/
* | Ansible module fix: stream_urlRaphael Glon2019-04-041-1/+1
|/
* Deploy Templates: factor out ironic.conductor.stepsMark Goddard2019-03-151-1/+2
* Adding ansible python interpreter as driver_infoRiccardo Pittau2019-03-131-3/+10
* Add option to set python interpreter for ansibleRiccardo Pittau2019-03-071-0/+3
* Add support for Smart NICsHamdy Khader2019-02-071-0/+17
* Deploy steps - conductor & driversMark Goddard2018-07-111-3/+10
* Remove deprecated ansible driver optionsPavlo Shchelokovskyy2018-06-071-25/+4
* Silence F405 errorsJulia Kreger2018-05-093-3/+3
* Make ansible error message clearerJim Rollenhagen2018-04-171-3/+3
* Fix callback plugin for Ansible 2.5 compatabilityJulia Kreger2018-04-061-3/+7
* Merge "[ansible] add defaults to config"Zuul2017-12-211-47/+74
|\
| * [ansible] add defaults to configPavlo Shchelokovskyy2017-12-201-47/+74
* | ansible: handle mount of /sys the same way IPA does itDmitry Tantsur2017-12-202-3/+12
|/
* Add ansible deploy interfacePavlo Shchelokovskyy2017-11-0933-0/+1567