Actions
Bug #13808
closedrake katello:reset errors Foreman::Exception: ERF42-9500 [Foreman::Exception]: Unknown remote execution feature katello_package_install
Description
rake db:seed works
rake katello:reset errors with
Foreman::Exception: ERF42-9500 [Foreman::Exception]: Unknown remote execution feature katello_package_install
<stbenjam> thomasmckay: weird, the feature should get created and registered when katello loads
<stbenjam> https://github.com/Katello/katello/blob/master/lib/katello/plugin.rb#L186
<stbenjam> i wonder if this is a case where katello initializers are being run before the remote execution plugin is loaded
Updated by Stephen Benjamin about 9 years ago
- Project changed from Foreman Remote Execution to Katello
- Assignee set to Stephen Benjamin
katello:reset clears the database, so the registered features from the plugin initializer are deleted. We need to run db:seed in a separate process like we do for migrate, so rails is properly reloaded.
Updated by The Foreman Bot about 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/5794 added
Updated by Eric Helms about 9 years ago
- Translation missing: en.field_release set to 86
Updated by Anonymous about 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|8fb3c63c8d41c1c41972dd1d5233b034f20205ac.
Actions