Closed epostea closed 4 years ago
EMS worker mixin uses the ConfigurationManager.where(:zone_id => zone_id) method to find the managers in a specific zone. We need to have the zone_id properly set in the configuration_manager table.
zone_id
configuration_manager
Checked commit https://github.com/epostea/manageiq-providers-ibm_terraform/commit/178f948079049d5b7926743ed5917edd01ee3216 with ruby 2.6.3, rubocop 0.69.0, haml-lint 0.28.0, and yamllint 3 files checked, 0 offenses detected Everything looks fine. :trophy:
EMS worker mixin uses the ConfigurationManager.where(:zone_id => zone_id) method to find the managers in a specific zone. We need to have the
zone_id
properly set in theconfiguration_manager
table.