looks like it was the DNS on my Razor box, I changed the razor hostname in 
/var/lib/tftpboot/bootstrap.ipxe from hostname to an IP, 

:chain_boot
chain 
http://192.168.56.24:8150/svc/boot?net0=${net0/mac:hexhyp}&dhcp_mac=${dhcp_mac}&serial=${serial}&asset=${asset}&uuid=${uuid}
 
|| goto error

now its loading the kernel


On Saturday, August 20, 2016 at 9:21:04 PM UTC-4, mike r wrote:
>
> Running Razor provisioning
>
> PE Master: Ubuntu 14.04, puppet 4.5.2
> Razor on Centos 7
>         Razor Server version: 1.3.0.0
>         Razor Client version: 1.2.0
>
>
> Configured the dnsmasq DHCP and TFTP and stocked /var/lib/tftpboot with 
> the 2 files
> [root@razor tftpboot]# ls -la
> total 76
> drw-r-xr-x.  2 root root    56 Aug 20 20:51 .
> drwxr-xr-x. 25 root root  4096 Aug 20 19:15 ..
> -rw-r-xr-x   1 root root   913 Aug 20 20:47 *bootstrap.ipxe*
> -rw-r-xr-x   1 root root 68389 Aug 20 00:15 *undionly-20140116.kpxe*
>
> dnsmasq service is running
>
> All I want to do at this point is have a test VM boot up on network, get a 
> DHCP address and load the bootstrap.ipxe from my Razor server
>
> the first part happens ok, its getting the address from dnsmasq w correct 
> Range
>
> tailing my Messages log, you can see its assigning the IP and trying to 
> send bootstrap file to my test VM
>
>
> Aug 20 21:00:48 razor dnsmasq-dhcp[892]: DHCPDISCOVER(enp0s8) 
> 08:00:27:68:4b:45
> Aug 20 21:00:48 razor dnsmasq-dhcp[892]: DHCPOFFER(enp0s8) 192.168.56.45 
> 08:00:27:68:4b:45
> Aug 20 21:00:49 razor dnsmasq-dhcp[892]: DHCPDISCOVER(enp0s8) 
> 08:00:27:68:4b:45
> Aug 20 21:00:49 razor dnsmasq-dhcp[892]: DHCPOFFER(enp0s8) 192.168.56.45 
> 08:00:27:68:4b:45
> Aug 20 21:00:51 razor dnsmasq-dhcp[892]: DHCPREQUEST(enp0s8) 192.168.56.45 
> 08:00:27:68:4b:45
> Aug 20 21:00:51 razor dnsmasq-dhcp[892]: DHCPACK(enp0s8) 192.168.56.45 
> 08:00:27:68:4b:45
> Aug 20 21:00:51 razor dnsmasq-tftp[892]: sent 
> /var/lib/tftpboot/bootstrap.ipxe to 192.168.56.45
>
> For some reason its timing out.
>   
> <https://lh3.googleusercontent.com/-c6jH4INq060/V7j9asZj19I/AAAAAAAAlW4/GfYw4wbwbPg_3IpZu286aRnQY9xPmsaKACLcB/s1600/Selection_027.jpg>
> 192.168.56.24 = Razor 
> 192.168.56.45 = Test VM
>
>
>
>
> <https://lh3.googleusercontent.com/-o39gxau-gvA/V7j95yoRj7I/AAAAAAAAlW8/paDJ21V8NfYBf6RXiCLn6PBXuWsz_FEmQCLcB/s1600/Selection_029.jpg>
>
>
>
> Not sure where else to check for the timeouts. 
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/562cbf77-d071-48ca-b920-baef97a6fef9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to