Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save anthonysomerset/1c49728a10130f22df55f9872f2a9274 to your computer and use it in GitHub Desktop.
Save anthonysomerset/1c49728a10130f22df55f9872f2a9274 to your computer and use it in GitHub Desktop.
foreman provisioning failures
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