Feature #31236
Feature #30440: Simple & automatic host registration WF
Host setup action in RegistrationController extendable from plugins
Pull request:
Fixed in Releases:
Found in Releases:
Description
Feature allowing plugins to "hook" into the host's setup process in Api::V2::RegistrationController#host
method and add plugin-related
actions for host setup.
Example:
When REX plugin is installed, we want to extend Registration feature
with option for specifying host's primary interface for REX.
Associated revisions
History
#1
Updated by Leos Stejskal 3 months ago
- Description updated (diff)
- Subject changed from Host registration endpoint extendable from plugins to Host setup action in RegistrationController extendable from plugins
#2
Updated by The Foreman Bot 3 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8121 added
#3
Updated by The Foreman Bot 3 months ago
- Fixed in Releases 2.4.0 added
#4
Updated by Leos Stejskal 3 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|bfc4530307bed8b304d7cc17e0a69cb1a8d7a1e3.
#5
Updated by Tomer Brisker 3 months ago
- Category set to Host registration
- Fixed in Releases 2.3.0 added
- Fixed in Releases deleted (
2.4.0)
Fixes #31236 - Host setup action in RegistrationController extendable from plugins (#8121)
Feature allowing plugins to "hook" into the host's setup process
in Api::V2::RegistrationController#host method and add
plugin-related actions for host setup.