puppet-ironic/templates/inspector_pxelinux_cfg.erb
Xingchao Yu 6071888f14 Make kernel and ramdisk filename configurable
This patch add two params in inspector_pxelinux_cfg template,
to make kernel and ramdisk filename configurable.

Change-Id: I5a421cd6135d001763e4d83da778ab33e5b1baca
2017-05-05 09:31:26 +08:00

7 lines
314 B
Plaintext

default inspector
label inspector
kernel <%= @kernel_filename %>
append initrd=<%= @ramdisk_filename %> ipa-inspection-callback-url=http://<%= @dnsmasq_local_ip %>:5050/v1/continue ipa-inspection-collectors=<%= @ramdisk_collectors %> systemd.journald.forward_to_console=yes <%= @ramdisk_kernel_args %>
ipappend 3