suse-edge / charts

SUSE Edge engineering Helm charts
https://suse-edge.github.io/charts/
Apache License 2.0
5 stars 18 forks source link

metal3/ironic: make IPA kernel console= parameter configurable #88

Closed tmmorin closed 6 months ago

tmmorin commented 6 months ago

Depending on the type of platform, real baremetal or emulated baremetal, the useful default setting for the kernel console isn't the same: the current value console=ttyS0 is useful on emulated baremetal (where virsh console is easy to user to access the serial console), but on real baremetal the most useful would be to have the kernel and the IPA log on tty0 instead.

I think it would be relevant to have a chart value to control the ipa kernel console.

hardys commented 6 months ago

Thanks @tmmorin - I agree we should make this configurable, either we could add a console specific variable, or perhaps it may be more flexible to add a value which overrides the entire kernel params line as mentioned on https://github.com/suse-edge/charts/issues/85 ?