Skip to content

Instantly share code, notes, and snippets.

@thoraxe
Created March 26, 2014 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thoraxe/9789736 to your computer and use it in GitHub Desktop.
Save thoraxe/9789736 to your computer and use it in GitHub Desktop.
#!gpxe
kernel http://satellite.ejacobs.local/pulp/repos/ACME_Corporation/Development/Simple_View/content/dist/rhel/server/6/6Server/x86_64/kickstart//images/pxeboot/vmlinuz ks=http://satellite.ejacobs.local:80/unattended/provision?token=50604488-319e-4f75-92d8-d3a3553ac804&static=yes ksdevice=52:54:00:f4:33:11 network kssendmac ip=${netX/ip} netmask=${netX/netmask} gateway=${netX/gateway} dns=${dns}
initrd http://satellite.ejacobs.local/pulp/repos/ACME_Corporation/Development/Simple_View/content/dist/rhel/server/6/6Server/x86_64/kickstart//images/pxeboot/initrd.img
boot
Read fragment views/tabs_and_title_records-1 (0.2ms)
Rendered home/_topbar.html.erb (2.9ms)
Rendered layouts/base.html.erb (4.5ms)
Completed 200 OK in 501ms (Views: 476.3ms | ActiveRecord: 15.5ms)
Processing by UnattendedController#iPXE as HTML
Parameters: {"mac"=>"52:54:00:f4:33:11"}
Found client-14.ejacobs.local
Rendered inline template (4.9ms)
Completed 200 OK in 25ms (Views: 5.1ms | ActiveRecord: 7.7ms)
Processing by UnattendedController#provision as */*
Parameters: {"token"=>"50604488-319e-4f75-92d8-d3a3553ac804", "static"=>"yes"}
Found client-14.ejacobs.local
Remove puppet certificate for client-14.ejacobs.local
Adding autosign entry for client-14.ejacobs.local
unable to find provision template for [client-14.ejacobs.local] running [RedHat 6.5]
Rendered text template (0.0ms)
Completed 404 Not Found in 729ms (Views: 0.4ms | ActiveRecord: 7.8ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment