-
Notifications
You must be signed in to change notification settings - Fork 69
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
Move saving of ems.api_version back to parser #136
Move saving of ems.api_version back to parser #136
Conversation
When we moved saving the api_version to save_inventory we started getting periodic errors in provisioning when checking ext_management_system.api_version > '5.5' api_version would be nil. https://bugzilla.redhat.com/show_bug.cgi?id=1503281
Checked commit agrare@4ed8b98 with ruby 2.3.3, rubocop 0.47.1, haml-lint 0.20.0, and yamllint 1.10.0 **
|
@blomquisg tested this with @lkhomenk and he confirmed this resolves the issue |
cc @blomquisg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. 👍 I mean it's ugly, but we need more work to be able to fix it properly for next release. :-)
Move saving of ems.api_version back to parser (cherry picked from commit bc7a70d) https://bugzilla.redhat.com/show_bug.cgi?id=1517837
Gaprindashvili backport details:
|
Added --no-deployment
When we moved saving the api_version to save_inventory we started
getting periodic errors in provisioning when checking
ext_management_system.api_version > '5.5' api_version would be nil.
https://bugzilla.redhat.com/show_bug.cgi?id=1503281