
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
20 lines
529 B
Django/Jinja
20 lines
529 B
Django/Jinja
DEFAULT menu
|
|
PROMPT 0
|
|
MENU TITLE PXEBoot
|
|
TIMEOUT 3
|
|
TOTALTIMEOUT 6000
|
|
ONTIMEOUT local
|
|
|
|
LABEL local
|
|
MENU LABEL (local)
|
|
MENU DEFAULT
|
|
LOCALBOOT -1
|
|
|
|
LABEL xenial
|
|
kernel /images/xenial/linux
|
|
MENU LABEL xenial
|
|
append initrd=/images/xenial/initrd.gz ksdevice=bootif netcfg/choose_interface=auto text auto-install/enable=true priority=critical url=http://{{ webserver_ip_address }}/{{ preseed_apache_url }}/xenial hostname=xenial domain=local.lan suite=xenial
|
|
ipappend 2
|
|
|
|
MENU end
|