Turn on debug output from IPA by default
There's no real cost to having IPA debug output on, and it helps operators work out from a KVM what went wrong when things get exciting. So let's just turn it on by default. Co-Authored-By: Michael Carden <mike.carden@gmail.com> Change-Id: I2ac525570088ea4494968666213d6f583bd5ede9
This commit is contained in:
parent
b0fa2aa408
commit
378727f47a
@ -183,3 +183,6 @@ ironic_role_project_group: ironic_all
|
||||
ironic_ironic_conf_overrides: {}
|
||||
ironic_rootwrap_conf_overrides: {}
|
||||
ironic_policy_overrides: {}
|
||||
|
||||
# pxe boot
|
||||
ironic_pxe_append_params: "ipa-debug=1 systemd.journald.forward_to_console=yes"
|
||||
|
@ -138,6 +138,7 @@ pool_max_size = {{ ironic_wsgi_processes }}
|
||||
|
||||
[pxe]
|
||||
tftp_server = {{ ironic_tftp_server_address }}
|
||||
pxe_append_params = {{ ironic_pxe_append_params }}
|
||||
|
||||
[seamicro]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user