Sha256: 6dccda54573ce402435e49bd14f217174b4457d75911d81f791a8b8af7058b1a

Contents?: true

Size: 1.95 KB

Versions: 38

Compression:

Stored size: 1.95 KB

Contents

<span page-title>{{ 'Register a Content Host' | translate }}</span>

<section data-extend-template="layouts/details-page-with-breadcrumbs.html">

  <header data-block="header">
    <h2 translate>Content Host Registration</h2>
  </header>

  <div data-block="content">
    <p translate>To register a content host to this server, follow these steps.</p>
    <ol>
      <li ng-hide="noCapsulesFound">
        <p translate>Select a Content Source:</p>
        <p><select ng-model="selectedCapsule" ng-options="capsule.name for capsule in capsules.results"></select></p>
      </li>
      <li>
        <p translate>Install the pre-built bootstrap RPM:</p>
        <pre><code>curl --insecure --output {{ consumerCertRPM }} https://{{ noCapsulesFound ? katelloHostname : hostname(selectedCapsule.url) }}/pub/{{ consumerCertRPM }}<br />yum localinstall {{ consumerCertRPM }} </code></pre>
      </li>
      <li>
        <p translate>Register using subscription-manager:</p>
        <p translate>Using an Activation Key:</p>
        <pre><code>subscription-manager register --org="{{ organization.label }}" --activationkey="&ltActivation Key Name&gt"</code></pre>
        <p translate>Using a username and password:</p>
        <pre><code>subscription-manager register --org="{{ organization.label }}" --environment="Library"</code></pre>
      </li>
      <li>
        <p translate>Install client package:</p>

        <p translate>To report package & errata information:</p>
        <pre><code>yum -y install katello-host-tools</code></pre>

        <p translate>To optionally report tracer information:</p>
        <pre><code>yum -y install katello-host-tools-tracer</code></pre>

        <p translate>For remote actions and reporting package & errata information:</p>
        <pre><code>yum -y install katello-agent</code></pre>
        <p translate>Learn more about these packages in the <a href="https://theforeman.org/plugins/katello/">Documentation</a> </p>
      </li>
    </ol>
  </div>
</section>

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
katello-3.13.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.13.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.13.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.13.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.13.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.13.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.13.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.12.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.12.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.13.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.12.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.11.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.10.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.12.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.12.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.10.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.12.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.10.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.11.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.11.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html