To register a content host to this server, follow these steps.
Select a Content Source:
Install the pre-built bootstrap RPM:
rpm -Uvh http://{{ noCapsulesFound ? katelloHostname : hostname(selectedCapsule.url) }}/pub/{{ consumerCertRPM }}
Run subscription-manager in a console on the client host. You may use an Activation Key to register:
subscription-manager register --org="{{ organization.label }}" --activationkey="<Activation Key Name>"
or authenticate with a username and password:
subscription-manager register --org="{{ organization.label }}" --environment="Library"
If you want to use client tools such as katello-agent or puppet, the satellite-tools repository will need to be enabled
subscription-manager repos --enable=rhel-\*-satellite-tools-\*-rpms
Install katello-agent for remote actions and displaying errata information:
yum -y install katello-agent