Change the TFTP directory to /var/lib/tftpboot
This avoids polluting the root file system and groups runtime information where it belongs: in /var. When PXE boot is used, it makes sure that the master image cache is on the same file system. Change-Id: Ie20b5fb5d8d01d33d8420fd3a77216be44bb7576
This commit is contained in:
parent
3cb96f1b67
commit
fc2e9e1c83
@ -9,7 +9,7 @@ cleaning_disk_erase: false
|
||||
# cycle
|
||||
fast_track: true
|
||||
|
||||
tftp_boot_folder: /tftpboot
|
||||
tftp_boot_folder: /var/lib/tftpboot
|
||||
http_boot_folder: /var/lib/ironic/httpboot
|
||||
boot_folder_permissions: "0750"
|
||||
ironic_tftp_master_path: /var/lib/ironic/master_images
|
||||
|
5
releasenotes/notes/tftpboot-b7f448c1eb0b8187.yaml
Normal file
5
releasenotes/notes/tftpboot-b7f448c1eb0b8187.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The location of the PXE boot directory has been changed to
|
||||
``/var/lib/tftpboot``.
|
Loading…
Reference in New Issue
Block a user