Feature #10052
Backend - As a user I want to be able to register an Atomic Content Host
Related issues
Associated revisions
History
#1
Updated by Partha Aji over 7 years ago
- Assignee deleted (
Partha Aji)
#2
Updated by Partha Aji over 7 years ago
- Blocks Tracker #10034: Atomic Content & Provision Support Katello/Foreman added
#3
Updated by Eric Helms almost 7 years ago
- Triaged changed from No to Yes
#4
Updated by Eric Helms over 6 years ago
- Legacy Backlogs Release (now unused) set to 114
#5
Updated by Partha Aji over 6 years ago
- Status changed from New to Closed
- Pull request https://github.com/Katello/puppet-certs/pull/67 added
#6
Updated by Eric Helms over 6 years ago
- Legacy Backlogs Release (now unused) changed from 114 to 86
Fixes #10052 - Enabling consumer reg for atomic hosts
Main intent of this commit is to setup rhsm conf on an atomic host to
setup consumer registration (a role similar to the one played by the
consumer bootstrap rpm).
Artifacts produced
1) /var/www/html/pub/katello-rhsm-consumer on the satellite. This script
contains the code needed to setup rhsm conf on both atomic as well as
non atomic machines. The contents of this script came out of the template
used for post install script in the bootstrap consumer rpm. It has been
tuned to work for both atomic/non-atomic machines
2) Update to the bootstrap rpm to copy the new script to /usr/bin and
run that as a part of post install.