Merge "Pre-stage boot.ipxe into /httpboot"

This commit is contained in:
Jenkins 2015-10-29 07:35:06 +00:00 committed by Gerrit Code Review
commit f3e9cf9b98

View File

@ -35,6 +35,8 @@
when: test_pxelinux.stat.exists == false
- name: "Place boot.ipxe helper script /etc/ironic"
copy: src=boot.ipxe dest=/etc/ironic/boot.ipxe owner=ironic group=ironic mode=0744
- name: "Pre-stage boot.ipxe into /httpboot/"
copy: src=boot.ipxe dest=/httpboot/boot.ipxe owner=ironic group=ironic mode=0744
- name: "Place tftp config file"
copy: src=xinetd.tftp dest=/etc/xinetd.d/tftp
- name: "Copy iPXE image into place"