Feature #32851
closedAdd parameter to provisioning templates to run attach --auto after registering
Description
Add support to run "subscription-manager attach --auto" after a host is registered with an Activation Key in the Provisioning scripts. These are maintained in the Foreman repo but I didn't see a great fit for them there. Figured this would be a better place to report.
The problem is we have Foreman provisioning hosts and a RH Satellite providing content. When the existing provisioning script runs it adds all the non-RH repos to the hosts. When "subscription-manager attach --auto" is run it correctly grabs the RedHat VM/virtual-datacenter license.
Here is the provisioning script:
https://github.com/theforeman/foreman/blob/develop/app/views/unattended/provisioning_templates/snippet/redhat_register.erb
- subscription_manager_auto_attach = 'false' Run attach --auto after registering. #
Add this just before the "subscription-manager repos --list" block at line 194:
<% if host_param_true?('subscription_manager_auto_attach', false) >
subscription-manager attach --auto
< end %>
Updated by Doug Forster over 3 years ago
- Pull request https://github.com/theforeman/foreman/pull/8615 added
Updated by Doug Forster over 3 years ago
- Status changed from New to Duplicate
Closing as duplicate of https://projects.theforeman.org/issues/32852
Updated by Jonathon Turel over 3 years ago
- Is duplicate of Feature #32852: Add parameter to provisioning templates to run attach --auto after registering added
Updated by Jonathon Turel over 3 years ago
- Target version set to Katello Recycle Bin
- Triaged changed from No to Yes