Skip to content
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

CASMCMS-9145: Create BOS option arch_check_requires_ims #376

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

mharding-hpe
Copy link
Contributor

@mharding-hpe mharding-hpe commented Oct 2, 2024

This adds a new BOS v2 option -- arch_check_requires_ims. It governs what happens when BOS needs to get image arch data from IMS, and there is an error getting it (other than the image not being in IMS). Currently, in that situation, an error is logged, but the architecture validation is skipped. If this new option is false (as it will be by default), then the current behavior will continue.

If this new option is true, then IMS errors will be considered fatal. If a boot set is being validated and one of these errors comes up, then the boot set validation will fail.

I tested this on mug, verifying that I got the correct behavior for both settings of the option, with IMS both up and down.

@mharding-hpe mharding-hpe force-pushed the casmcms-9145 branch 10 times, most recently from 169c05e to f7e2cc3 Compare October 3, 2024 19:24
@mharding-hpe mharding-hpe marked this pull request as ready for review October 3, 2024 19:32
@mharding-hpe mharding-hpe requested a review from a team as a code owner October 3, 2024 19:32
@mharding-hpe mharding-hpe merged commit a736cee into develop Oct 3, 2024
5 of 6 checks passed
@mharding-hpe mharding-hpe deleted the casmcms-9145 branch October 3, 2024 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants