summaryrefslogtreecommitdiff
path: root/ironic/drivers/modules/pxe.py
Commit message (Expand)AuthorAgeFilesLines
* Add anaconda configuration and templateArun S A G2021-03-191-0/+21
* Follow-up for ramdisk deploy configdrive supportDmitry Tantsur2021-01-111-6/+9
* Include HeartbeatMixin in the ramdisk deployDmitry Tantsur2020-12-161-1/+2
* Untie the ramdisk deploy from AgentDeployDmitry Tantsur2020-06-241-2/+5
* Finalize removal of ipxe_enabled optionKaifeng Wang2020-02-211-78/+1
* Start removing ipxe support from the pxe interfaceKaifeng Wang2020-02-211-213/+0
* Remove the [pxe]ipxe_enabled configuration optionKaifeng Wang2020-02-101-2/+1
* Correct power state handling for managed in-band inspectionDmitry Tantsur2019-12-131-4/+2
* Merge "Wire in in-band inspection for PXE boot and neutron-based networking"Zuul2019-11-261-14/+33
|\
| * Wire in in-band inspection for PXE boot and neutron-based networkingDmitry Tantsur2019-11-211-14/+33
* | Backward compatibility for the ramdisk_params changeDmitry Tantsur2019-11-041-0/+3
|/
* Correct handling of ramdisk_params in (i)PXE bootDmitry Tantsur2019-10-281-2/+5
* Allow retrying PXE boot if it takes too longDmitry Tantsur2019-09-201-9/+1
* Fix exception generation errorsJulia Kreger2019-04-041-3/+3
* Fix typo and docstring in pxe/ipxeHarald Jensås2019-03-081-4/+5
* Merge "Add support for Smart NICs"Zuul2019-02-081-0/+3
|\
| * Add support for Smart NICsHamdy Khader2019-02-071-0/+3
* | Optionally preserve original system boot order upon instance deploymentArne Wiebalck2019-02-071-4/+14
|/
* Fix "import xxx as xxx" grammarzhu.fanglei2018-12-051-1/+1
* Cleanup of remaining pxe focused is_ipxe_enabledJulia Kreger2018-10-251-6/+13
* Fix DHCPv6 supportJulia Kreger2018-10-241-4/+6
* Create base pxe classJulia Kreger2018-10-221-69/+6
* Wrap up PXE private method to pxe_utils moveJulia Kreger2018-10-221-88/+19
* ipxe boot interfaceJulia Kreger2018-10-161-48/+29
* pxe/ipxe: Move common calls out pxe.pyJulia Kreger2018-09-261-318/+23
* Fix provisioning failure with `ramdisk` deploy interfaceShivanand Tendulker2018-08-251-30/+39
* Simplify subclasses for PXERamdiskDeployJim Rollenhagen2018-08-061-2/+1
* Follow-up patch to ramdisk interfaceJulia Kreger2018-07-301-26/+19
* Adds ramdisk deploy driverJulia Kreger2018-07-261-4/+109
* Move boot-related code to boot_mode_utils.pyIlya Etingof2018-06-201-3/+3
* Adds boot mode support to ManagementInterfaceIlya Etingof2018-06-151-0/+5
* Fix authentication issues along with add multi extra volumesNguyen Van Trung2018-05-301-4/+9
* Remove excessive usage of mock_the_extension_manager in unit tests - part 2Dmitry Tantsur2018-05-241-1/+2
* Fix W504 errorsJulia Kreger2018-05-091-15/+15
* Fix ``agent`` deploy interface to call ``boot.prepare_instance``Shivanand Tendulker2018-04-181-1/+4
* Set 'initrd' to 'rescue_ramdisk' for rescue with iPXEHironori Shiina2018-02-211-0/+2
* Build instance PXE options for unrescueHironori Shiina2018-02-191-7/+6
* Merge "Add validate_rescue() method to boot interface"Zuul2018-02-131-0/+20
|\
| * Add validate_rescue() method to boot interfaceShivanand Tendulker2018-02-091-0/+20
* | Remove validate_boot_option_for_trusted_boot metricRuby Loo2018-02-081-1/+0
|/
* Remove mode argument from boot.(prepare|clean_up)_ramdiskJim Rollenhagen2018-02-011-4/+5
* Agent rescue implementationShivanand Tendulker2018-01-251-42/+74
* [bfv] Set the correct iqn for pxeDerek Higgins2017-10-171-2/+6
* Add 'force_persistent_boot_device' to pxe propsRuby Loo2017-08-171-1/+8
* Merge "Add a flag to always perform persistent boot on PXE interface"Jenkins2017-08-101-1/+5
|\
| * Add a flag to always perform persistent boot on PXE interfaceFellype Cavalcante2017-08-041-1/+5
* | Generate iPXE boot script on start upMichael Turek2017-07-261-17/+8
|/
* Generate iPXE boot script when deploying with boot from volumeMike Turek2017-07-141-0/+2
* Using non-persistent boot in PXE interfaceFellype Cavalcante2017-07-131-2/+5
* Logic for skipping deployment with BFVJulia Kreger2017-06-221-7/+36