File: deprecate_pxe_enable_ppc64le-5c39e50a2bc5f619.yaml

package info (click to toggle)
puppet-module-ironic 25.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,664 kB
  • sloc: ruby: 5,888; python: 38; sh: 10; makefile: 10
file content (9 lines) | stat: -rw-r--r-- 482 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
---
deprecations:
  - |
    The boolean parameter ``ironic::pxe::enable_ppc64le`` is now undefined and
    setting it has no effect. Previously, setting it to true resulted in the
    creation of ``/tftpboot/ppc64le/``. This directory is only required for the
    creation of inspector file ``/tftpboot/ppc64le/default``. For this reason
    the directory creation is moved to ``inspector.pp`` and both are created
    when ``ironic::inspector::enable_ppc64le`` is set to ``true``.