summaryrefslogtreecommitdiff
path: root/releasenotes/notes/grub-default-change-to-mac-1e301a96c49acec4.yaml
blob: 4fb51bd65d5c77c0c85e5b30165b3186ca3611f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
upgrade:
  - |
    Operators utilizing ``grub`` for PXE booting, typically with UEFI, should
    change their deployed master PXE configuration file provided for nodes PXE
    booting using grub. Ironic 11.1 now writes both MAC address and IP address
    based PXE confiuration links for network booting via ``grub``.
    The grub variable should be changed from ``$net_default_ip`` to
    ``$net_default_mac``. IP address support is deprecated and will be removed
    in the Stein release.
deprecations:
  - |
    Support for ironic to link PXE boot configuration files via the assigned
    interface IP address has been deprecated. This option was only the case
    when ``[pxe]ipxe_enabled`` was set to ``false`` and the node was
    being deployed using UEFI.
fixes:
  - |
    Fixes support for ``grub`` based UEFI PXE booting by enabling links to the
    PXE configuration files to be written using the MAC address of the node in
    addition to the interface IP address. If the ``[dhcp]dhcp_provider``
    option is set to ``none``, only the MAC based links will be created.