Feature #30738
RFE: Allow easy goferless host build
Difficulty:
easy
Triaged:
No
Bugzilla link:
Pull request:
Description
1. Currently the redhat_register snippet is configured in a way that It will always install katello-agent when activation key is selected in the hostgroup or kt_activation_keys parameter is being used during host build anyway.
2. As we recommend using goferless setup, There should be an easy way present to perform goferless build as well, where katello-agent won't be installed but katello-host-tools will be installed during host build.
Related issues
Associated revisions
History
#1
Updated by The Foreman Bot over 2 years ago
- Assignee set to Ondřej Pražák
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7994 added
#2
Updated by Ondřej Ezr over 2 years ago
- Related to Feature #31023: Enable goferless builds by default added
#3
Updated by The Foreman Bot over 2 years ago
- Fixed in Releases 2.3.0 added
#4
Updated by Ondřej Pražák over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|aa146679c84c654bc9498a30d2c4361029bffeeb.
Fixes #30738 - Configure katello-agent with act key
When kt_activation_keys parameter is present for host,
katello-agent is always installed. Because goferless setup
is recommended, it would be good to have an easy way
how not to install the agent even though the param
is present.