Need better way to override console configured for osie #129
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
Currently to override the default console for a given hardware you need to override the facility_code, such as
"onprem console=ttyS0"
. Otherwise it will use hardcoded values based on the architecture and plan_slug.Expected Behaviour
There should be a more straightforward way to override the console without having to resort to hacking the facility_code.
Current Behaviour
One needs to override the facility_code to add additional kernel parameters.
Possible Solution
Expose a well defined field as part of the hardware schema to override the default values for the console configuration (if not set).
Steps to Reproduce (for bugs)
The text was updated successfully, but these errors were encountered: