2015-08-28 11:26:40 -04:00
|
|
|
{
|
2016-01-15 11:21:32 +02:00
|
|
|
"command": "/usr/sbin/in.tftpd --verbose --foreground --user root --address 0.0.0.0:69 --map-file /map-file /tftpboot",
|
2017-01-13 15:19:20 -03:00
|
|
|
"config_files": [
|
2017-02-16 12:43:32 -05:00
|
|
|
{% if orchestration_engine != 'KUBERNETES' %}
|
2017-01-13 15:19:20 -03:00
|
|
|
{
|
|
|
|
"source": "{{ container_config_directory }}/ironic-agent.kernel",
|
|
|
|
"dest": "/tftpboot/ironic-agent.kernel",
|
|
|
|
"owner": "root",
|
|
|
|
"perm": "0644"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "{{ container_config_directory }}/ironic-agent.initramfs",
|
|
|
|
"dest": "/tftpboot/ironic-agent.initramfs",
|
|
|
|
"owner": "root",
|
|
|
|
"perm": "0644"
|
|
|
|
},
|
2017-02-16 12:43:32 -05:00
|
|
|
{% endif %}
|
2017-01-13 15:19:20 -03:00
|
|
|
{
|
|
|
|
"source": "{{ container_config_directory }}/default",
|
|
|
|
"dest": "/tftpboot/pxelinux.cfg/default",
|
|
|
|
"owner": "root",
|
|
|
|
"perm": "0644"
|
|
|
|
}
|
|
|
|
]
|
2015-08-28 11:26:40 -04:00
|
|
|
}
|