Created
April 12, 2016 13:28
-
-
Save anthonysomerset/1c49728a10130f22df55f9872f2a9274 to your computer and use it in GitHub Desktop.
foreman provisioning failures
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ubuntu 14.04 - working | |
default linux | |
label linux | |
kernel boot/Ubuntu-14.04-x86_64-linux | |
append initrd=boot/Ubuntu-14.04-x86_64-initrd.gz interface=auto netcfg/disable_dhcp=true netcfg/confirm_static=true netcfg/get_ipaddress=x.x.x.x netcfg/get_netmask=255.255.255.192 netcfg/get_gateway=x.x.x.x netcfg/get_nameservers=5.11.11.5 5.11.11.11 hostname=<hostname> domain=<domain> url=http://puppet.<domain>:80/unattended/provision?token=<token>&static=yes ramdisk_size=10800 root=/dev/rd/0 rw auto console-setup/ask_detect=false console-setup/layout=USA console-setup/variant=USA keyboard-configuration/layoutcode=us locale=en_US | |
IPAPPEND 2 | |
Ubuntu 16.04 - Failing | |
default linux | |
label linux | |
kernel boot/Ubuntu-16.04-x86_64-linux | |
append initrd=boot/Ubuntu-16.04-x86_64-initrd.gz interface=auto netcfg/disable_dhcp=true netcfg/confirm_static=true netcfg/get_ipaddress=x.x.x.x netcfg/get_netmask=255.255.255.192 netcfg/get_gateway=x.x.x.x netcfg/get_nameservers=5.11.11.5 5.11.11.5 hostname=<hostname> domain=<domain> url=http://puppet.<domain>:80/unattended/provision?token=<token>&static=yes ramdisk_size=10800 root=/dev/rd/0 rw auto console-setup/ask_detect=false console-setup/layout=USA console-setup/variant=USA keyboard-configuration/layoutcode=us locale=en_US | |
IPAPPEND 2 | |
Ubuntu 16.04 - Working | |
default linux | |
label linux | |
kernel boot/Ubuntu-16.04-x86_64-linux | |
append initrd=boot/Ubuntu-16.04-x86_64-initrd.gz interface=auto netcfg/disable_dhcp=true netcfg/confirm_static=true netcfg/get_ipaddress=x.x.x.x netcfg/get_netmask=255.255.255.192 netcfg/get_gateway=x.x.x.x netcfg/get_nameservers=5.11.11.5 5.11.11.5 hostname=<hostname> domain=<domain> url=http://puppet.<domain>:80/unattended/provision?token=<token>&static=yes console-setup/ask_detect=false console-setup/layout=USA console-setup/variant=USA keyboard-configuration/layoutcode=us locale=en_US | |
IPAPPEND 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment