Actions
Bug #34420
closedApplying errata from the errata's page always tries to use katello-agent even when remote_execution_by_default set to true
Status:
Closed
Priority:
High
Assignee:
Category:
Errata Management
Target version:
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Description of problem:
Option "remote_execution_by_default" is set to true:
~~~- hammer settings list |grep remote_execution_by_default
remote_execution_by_default | Use remote execution by default | true | If this is enabled, remote execution is used instead of katello-agent for rem...
~~~
Going to Satellite WebUI > Content > Errata > select errata > apply errata > select a host > Next > Apply Errata > "This action uses katello-agent, which is currently disabled. Use remote execution instead."
How reproducible:
Always
Steps to Reproduce:
1. Set option remote_execution_by_default to true:
- hammer settings set --name remote_execution_by_default --value true
2. Go to the WebUI > Content > Errata > select errata > apply errata > select a host > Next > Apply Errata > Confirm
Actual results:
Satellite tries to push the errata installation using katello-agent
Expected results:
Satellite should use remote execution to push the errata installation
Actions