openstack-ansible-os_ironic/templates/tftpd-hpa.j2
Mohammed Naser 0a2092a087 tftp: start on boot & fix tftp paths
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
2019-08-16 11:11:04 +00:00

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"