
1, add deploy node into mn-aio-xenial 2, change the nic to eth0 because kvm needs it 3, local cache the ubuntu image for faster installation. Change-Id: I9be2493fc64481c3e6249cb5e2d36c708545ad3d
9 lines
444 B
Django/Jinja
9 lines
444 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 }} biosdevname=0 net.ifnames=0
|
|
|