-
Notifications
You must be signed in to change notification settings - Fork 36
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
Delegate Provisioning refresh to Configuration #113
Delegate Provisioning refresh to Configuration #113
Conversation
Checked commit agrare@35ec818 with ruby 2.6.10, rubocop 1.28.2, haml-lint 0.35.0, and yamllint |
Should this be petrosian/yes? |
@@ -6,8 +6,6 @@ | |||
:ems_refresh: | |||
:foreman_configuration: | |||
:refresh_interval: 15.minutes | |||
:foreman_provisioning: | |||
:refresh_interval: 1.hour |
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.
Do we need a data migration to remove any possibly overriden settings?
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.
good question, I'm not sure what's looking for these possible values and if they'll gracefully handle old settings ... or we need to drop any changes from the settings.
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.
Sure we can do that
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.
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.
@jrafanie Would also like your review since this is reflected in ManageIQ/manageiq#22419
def queue_name_for_ems(ems) | ||
return ems unless ems.kind_of?(ExtManagementSystem) | ||
|
||
ems.provider.managers.collect(&:queue_name).sort |
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.
[]
=> 🗑️ 🔥 🚽
😄
LGTM, other than the question about needing a migration. |
Backported to
|
…_manager Delegate Provisioning refresh to Configuration (cherry picked from commit 91fb022)
This provider was missed during the changes for ManageIQ/manageiq#20345
Related: ManageIQ/manageiq#22419
Dependent: