Advertisement
Guest User

123

a guest
Mar 2nd, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. [zuul@91-bogdando--undercloud ~]$ cat /var/lib/config-data/puppet-generated/ironic_inspector/var/lib/ironic/httpboot/inspector.ipxe
  2. #!ipxe
  3.  
  4. :retry_boot
  5. imgfree
  6. kernel --timeout 60000 http://192.168.24.1:8088/agent.kernel ipa-inspection-callback-url=http://192.168.24.1:5050/v1/continue ipa-inspection-collectors=default,extra-hardware,numa-topology,logs systemd.journald.forward_to_console=yes BOOTIF=${mac} ipa-inspection-dhcp-all-interfaces=1 ipa-collect-lldp=1 ipa-debug=1 initrd=agent.ramdisk || goto retry_boot
  7. initrd --timeout 60000 http://192.168.24.1:8088/agent.ramdisk || goto retry_boot
  8. boot
  9. [zuul@91-bogdando--undercloud ~]$ ss -untap | grep 8088
  10. tcp LISTEN 0 128 :::8088 :::*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement