0a2092a087
This fixes the tftp service name on CentOS and makes sure that the service is running on boot. It also makes sure that the tftp_root is setup correctly for the default configuration on CentOS. Change-Id: I56944ea905b5ea908cf1e93d5ae1325e68788562
5 lines
178 B
Django/Jinja
5 lines
178 B
Django/Jinja
TFTP_USERNAME="tftp"
|
|
TFTP_DIRECTORY="{{ ironic_tftpd_root }}"
|
|
TFTP_ADDRESS="{{ ironic_tftp_server_address }}:69"
|
|
TFTP_OPTIONS="-vvvv --map-file {{ ironic_tftpd_root }}/map-file"
|