Bug #39272
closedredhat_register snippet still has references to Spacewalk and auto attach
Description
The redhat_register snippet, used to register hosts during provisioning, has several APIs that may be obsolete for various reasons:
auto_attach: All orgs are now SCA-only, so auto-attach is not supported or needed
subscription_manager_pool: Same; specifying a specific pool should not be needed
spacewalk_host: I think this may be used in bootstrap.py? that's just a guess
syspurpose_role, syspurpose_usage, syspurpose_sla: This is using an outdated CLI command to set these values. Per rjerrido: the package used to be separate, now the syspurpose command is a sub-command of subscription-manager. previously a user would run syspurpose ....; now they run subscription-manager syspurpose...
In addition to the above, the entire file should be audited to remove any other outdated references.
Updated by The Foreman Bot 3 months ago
- Status changed from New to Ready For Testing
- Assignee set to Jeremy Lenz
- Pull request https://github.com/theforeman/foreman/pull/10965 added
Updated by Jeremy Lenz 2 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|f2d892f7585c61d71f671298c8158712daace8e8.