I know this is kind of off topic, even through I see an increasing footprint of folks working with BSDPY here...
If there is a better forum to post, please let me know and I will post there, not seeing a lot, but maybe I missed something.
We're running a test instance of BSDPY to tie into our casper infrastructure on a VM using CentOS 7. VM is not in our netboot subnet, so we are using IP helper tables.
So far so good, netboot instance shows up in sys prefs, but no boot love. Here are the abbreviated logs below, and it seems strange to me that the IP is defined at 127.0.0.1, so I'm wondering if that might be the issue?
- /usr/bin/env python /bsdpy/bsdpserver.py 01/15/2016 04:16:42 PM - DEBUG: Return ACK[LIST] to 0:3e:e1:bf:2b:fc - xxx.xxx.xxx.xxx on port 616 01/15/2016 04:16:42 PM - DEBUG: Default boot image ID: [129, 0, 3, 200] 01/15/2016 04:16:59 PM - DEBUG: -=========================================- 01/15/2016 04:16:59 PM - DEBUG: Got BSDP INFORM[LIST] packet: 01/15/2016 04:16:59 PM - DEBUG: Using provided clientip 10.42.91.11 01/15/2016 04:16:59 PM - DEBUG: Determining image list for system ID MacPro6,1 01/15/2016 04:16:59 PM - DEBUG: Found enabled system ID MacPro6,1 - adding "10.10.4 Image" to list 01/15/2016 04:16:59 PM - DEBUG: -=========================================- 01/15/2016 04:16:59 PM - DEBUG: Return ACK[LIST] to 0:3e:e1:bf:2b:fc - 10.42.91.11 on port 616 01/15/2016 04:16:59 PM - DEBUG: Default boot image ID: [129, 0, 3, 200] 01/15/2016 04:24:41 PM - DEBUG: ------- Start Docker env vars ------- 01/15/2016 04:24:41 PM - DEBUG: BSDPY_IFACE: eth0 01/15/2016 04:24:41 PM - DEBUG: BSDPY_PROTO: http 01/15/2016 04:24:41 PM - DEBUG: BSDPY_IP: 127.0.0.1 01/15/2016 04:24:41 PM - DEBUG: ------- End Docker env vars ------- 01/15/2016 04:24:41 PM - DEBUG: tftprootpath is /nbi 01/15/2016 04:24:41 PM - INFO: Server priority: [114, 209] 01/15/2016 04:24:41 PM - DEBUG: Found $BSDPY_IP - using custom external IP 127.0.0.1 01/15/2016 04:24:41 PM - DEBUG: Using HTTP basedmgpath http://127.0.0.1/ 01/15/2016 04:24:41 PM - INFO: Server IP: 127.0.0.1 01/15/2016 04:24:41 PM - INFO: Server FQDN: 127.0.0.1 01/15/2016 04:24:41 PM - INFO: Serving on eth0 01/15/2016 04:24:41 PM - INFO: Using http to serve boot image 01/15/2016 04:24:41 PM - DEBUG:
