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
Updated by The Foreman Bot almost 3 years ago
- Status changed from New to Ready For Testing
- Assignee set to Justin Sherrill
- Pull request https://github.com/Katello/katello/pull/9933 added
Updated by Justin Sherrill almost 3 years ago
- Subject changed from Applying errata from the errata's page always tries to use katello-agent even when remote_execution_by_default set to true to Applying errata from the errata's page always tries to use katello-agent even when remote_execution_by_default set to true
- Target version changed from Katello 4.4.0 to Katello 4.3.1
- Triaged changed from No to Yes
Updated by Justin Sherrill almost 3 years ago
- Target version changed from Katello 4.3.1 to Katello 4.3.2
Updated by The Foreman Bot almost 3 years ago
- Fixed in Releases Katello 4.5.0 added
Updated by Justin Sherrill almost 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|88b57a8012f903b356418d1690333b334cbfc884.
Actions