ironic.drivers.modules.pxe_base module¶
Base PXE Interface Methods
-
class
ironic.drivers.modules.pxe_base.
PXEBaseMixin
[source]¶ Bases:
object
-
clean_up_ramdisk
(task)[source]¶ Cleans up the boot of ironic ramdisk.
This method cleans up the PXE environment that was setup for booting the deploy or rescue ramdisk. It unlinks the deploy/rescue kernel/ramdisk in the node’s directory in tftproot and removes it’s PXE config.
- Parameters
task – a task from TaskManager.
mode – Label indicating a deploy or rescue operation was carried out on the node. Supported values are ‘deploy’ and ‘rescue’. Defaults to ‘deploy’, indicating deploy operation was carried out.
- Returns
None
-
get_properties
()[source]¶ Return the properties of the interface.
- Returns
dictionary of <property name>:<property description> entries.
-
ipxe_enabled
= False¶
-