Follow up to 233039

This is a follow up patch to address reviewer comments on
https://review.openstack.org/#/c/233039

Change-Id: I134040abf4b75307db145c41d987d38676a3cf7b
This commit is contained in:
Chris Krelle 2015-10-14 13:05:50 -07:00
parent af7d9ac2e9
commit eca975f93a
2 changed files with 5 additions and 5 deletions

View File

@ -129,10 +129,10 @@ Notes
----- -----
This role, by default, deploys an alternative boot.ipxe file to the one This role, by default, deploys an alternative boot.ipxe file to the one
that ironic utilizes by default and configures ironic as such. This is that ironic deploys, and configures ironic to use this alternative file.
because not every boot case can be covered. If you encounter one where This is because not every boot case can be covered. If you encounter a
you find that you need to modify the file, please notify us by filing a case where you find that you need to modify the file, please notify us
bug in Launchpad, https://bugs.launchpad.net/bifrost/. by filing a bug in Launchpad, https://bugs.launchpad.net/bifrost/.
Dependencies Dependencies
------------ ------------

View File

@ -33,7 +33,7 @@
- name: "Place pxelinux.0" - name: "Place pxelinux.0"
copy: src={{ syslinux_tftp_dir }}/pxelinux.0 dest=/tftpboot copy: src={{ syslinux_tftp_dir }}/pxelinux.0 dest=/tftpboot
when: test_pxelinux.stat.exists == false when: test_pxelinux.stat.exists == false
- name: "Place boot.ipxe helper script /etc/ironic/" - name: "Place boot.ipxe helper script /etc/ironic"
copy: src=boot.ipxe dest=/etc/ironic/boot.ipxe owner=ironic group=ironic mode=0744 copy: src=boot.ipxe dest=/etc/ironic/boot.ipxe owner=ironic group=ironic mode=0744
- name: "Place tftp config file" - name: "Place tftp config file"
copy: src=xinetd.tftp dest=/etc/xinetd.d/tftp copy: src=xinetd.tftp dest=/etc/xinetd.d/tftp