-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Validate the internal ignition override Users have seen some situations where they are unable to download the discovery ISO because the ignition doesn't generate correctly on the service side. The only explanation seems to be that there is a malformed override and the only override we're adding in all of these cases is the internal one which also happens to not be validated. Relates to https://issues.redhat.com/browse/MGMT-19855 * Add ignition error report to parse error This should give some additional information about why a particular ignition config could not be parsed correctly.
- Loading branch information
Showing
3 changed files
with
22 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters