
Building on from the previous commit https://review.openstack.org/427869 this adds in TFTP configure role which handles all the pre-seed templates and sets up all the PXEBoot files. Change-Id: Ibdf7bfac9bc2c5b5cabdc79ce8584112b2ae0678
9 lines
416 B
Django/Jinja
9 lines
416 B
Django/Jinja
default linux
|
|
prompt 0
|
|
timeout 1
|
|
label linux
|
|
kernel /images/{{ item.distro }}/linux
|
|
ipappend 2
|
|
append initrd=/images/{{ item.distro }}/initrd.gz ksdevice=bootif netcfg/choose_interface=auto text auto-install/enable=true priority=critical url=http://{{ webserver_ip_address }}/{{ preseed_apache_url }}/{{ item.preseed_file }} hostname={{ item.name }} domain=local.lan suite={{ item.distro }}
|
|
|