-
Notifications
You must be signed in to change notification settings - Fork 237
[ACM 2.12] MGMT-19855: validate internal ignition #7264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ACM 2.12] MGMT-19855: validate internal ignition #7264
Conversation
* 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.
@carbonin: This pull request references MGMT-19855 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-ocm-2.12 #7264 +/- ##
====================================================
+ Coverage 68.29% 68.31% +0.01%
====================================================
Files 257 257
Lines 37617 37622 +5
====================================================
+ Hits 25691 25701 +10
+ Misses 9639 9636 -3
+ Partials 2287 2285 -2
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: carbonin, gamli75 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@carbonin: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
da7af47
into
openshift:release-ocm-2.12
Manual cherry-pick of #7254 to release-ocm-2.12
List all the issues related to this PR
What environments does this code impact?
How was this code tested?
Checklist
docs
, README, etc)Reviewers Checklist