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:
Julia Kreger 2018-10-10 13:25:12 -07:00
parent 66af1ee2b2
commit 2d286dd7da
1 changed files with 0 additions and 3 deletions

View File

@ -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