Remove pre-emptive boot.ipxe copy
Early on in bifrost, we used a static template for a short time. As time evolved, so did the template, and we were able to rely upon the conductor placing the boot.ipxe file upon startup. Ironic since performed the copy upon driver init as opposed to once a deployment has been requested. As it is no longer needed, we shouldn't put an invalid ipxe boot configuration in place. Removing legacy copy. Change-Id: I7f2fc2afca6c8ee0f18efe8aa461bf906794e049
This commit is contained in:
parent
66af1ee2b2
commit
2d286dd7da
@ -32,9 +32,6 @@
|
||||
- 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 {{ http_boot_folder }}/"
|
||||
copy: src=boot.ipxe dest={{ http_boot_folder }}/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