puppet-ironic/templates/inspector_pxelinux_cfg.erb
Takashi Kajinami f47e1614c7 Do not override ipa-inspection-collectors by default
The ipa-inspection-collectors option is optional so can be omitted.

Note that this change effectively enables the log collector which is
enabled by default in IPA since 6.4.0[1].

[1] d50ff06b6bbf8909496882c7200c11299dc6b039

Change-Id: I779d35d8244759023fe2dc1e889f5f4674b78561
2023-11-02 13:28:49 +09:00

7 lines
356 B
Plaintext

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