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:
parent
af7d9ac2e9
commit
eca975f93a
@ -129,10 +129,10 @@ Notes
|
||||
-----
|
||||
|
||||
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
|
||||
because not every boot case can be covered. If you encounter one where
|
||||
you find that you need to modify the file, please notify us by filing a
|
||||
bug in Launchpad, https://bugs.launchpad.net/bifrost/.
|
||||
that ironic deploys, and configures ironic to use this alternative file.
|
||||
This is because not every boot case can be covered. If you encounter a
|
||||
case where you find that you need to modify the file, please notify us
|
||||
by filing a bug in Launchpad, https://bugs.launchpad.net/bifrost/.
|
||||
|
||||
Dependencies
|
||||
------------
|
||||
|
@ -33,7 +33,7 @@
|
||||
- name: "Place pxelinux.0"
|
||||
copy: src={{ syslinux_tftp_dir }}/pxelinux.0 dest=/tftpboot
|
||||
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
|
||||
- name: "Place tftp config file"
|
||||
copy: src=xinetd.tftp dest=/etc/xinetd.d/tftp
|
||||
|
Loading…
Reference in New Issue
Block a user