Actions
Bug #27667
closedThere are missing instructions to enable satellite-tools repository
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Hosts -> Content Hosts -> Register Content Host ->
This page does not have the below instruction which was there in prior versions.
~~~
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
~~~
How reproducible:
Always
Steps to Reproduce:
Hosts -> Content Hosts -> Register Content Host ->
This page does not have the below instruction which was there in prior versions.
Actual results:
To register a content host to this server, follow these steps.
Select a Content Source:
Install the pre-built bootstrap RPM:
curl --insecure --output katello-ca-consumer-latest.noarch.rpm https://katello.example.com/pub/katello-ca-consumer-latest.noarch.rpm
yum localinstall katello-ca-consumer-latest.noarch.rpm
Register using subscription-manager:
Using an Activation Key:
subscription-manager register --org="ORG" --activationkey="<Activation Key Name>"
Using a username and password:
subscription-manager register --org="ORG" --environment="Library"
Install client package:
To report package & errata information:
yum -y install katello-host-tools
To optionally report tracer information:
yum -y install katello-host-tools-tracer
For remote actions and reporting package & errata information:
yum -y install katello-agent
Learn more about these packages in the Documentation
Expected results:
To register a content host to this server, follow these steps.
Select a Content Source:
Install the pre-built bootstrap RPM:
curl --insecure --output katello-ca-consumer-latest.noarch.rpm https://katello.example.com/pub/katello-ca-consumer-latest.noarch.rpm
yum localinstall katello-ca-consumer-latest.noarch.rpm
Register using subscription-manager:
Using an Activation Key:
subscription-manager register --org="ORG" --activationkey="<Activation Key Name>"
Using a username and password:
subscription-manager register --org="ORG" --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 client package:
To report package & errata information:
yum -y install katello-host-tools
To optionally report tracer information:
yum -y install katello-host-tools-tracer
For remote actions and reporting package & errata information:
yum -y install katello-agent
Learn more about these packages in the Documentation
Updated by Ondřej Pražák over 6 years ago
- Subject changed from There are missing instructions to enable satellite-tools repository to There are missing instructions to enable satellite-tools repository
- Description updated (diff)
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ondřej Pražák
- Pull request https://github.com/Katello/katello/pull/8288 added
Updated by Samir Jha over 6 years ago
- Target version set to Katello 3.14.0
- Triaged changed from No to Yes
Updated by The Foreman Bot over 6 years ago
- Fixed in Releases Katello 3.14.0 added
Updated by Ondřej Pražák over 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|00da767bc8c1d3303065f354b9d414f974a62008.
Actions