Sha256: 726d37f3bb13dd32f44b74c00bf69491eb8fc6381265bad728865a9bd44b8b0b

Contents?: true

Size: 1.47 KB

Versions: 20

Compression:

Stored size: 1.47 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>rpm -Uvh http://{{ noCapsulesFound ? katelloHostname : hostname(selectedCapsule.url) }}/pub/{{ consumerCertRPM }}</code></pre>
      </li>
      <li>
        <p translate>Run subscription-manager in a console on the client host.  You may use an Activation Key to register:</p>
        <pre><code>subscription-manager register --org="{{ organization.label }}" --activationkey="&ltActivation Key Name&gt"</code></pre>
        <p translate>or authenticate with a username and password:</p>
        <pre><code>subscription-manager register --org="{{ organization.label }}" --environment="Library"</code></pre>
      </li>
      <li>
        <p translate>Install katello-agent for remote actions and displaying errata information:</p>
        <pre><code>yum -y install katello-agent</code></pre>
      </li>
    </ol>
  </div>
</section>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
katello-3.5.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.6.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.6.0.1.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.6.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.6.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.5.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.5.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.5.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.5.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.5.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.5.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.4.5 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.4.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.4.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.4.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.4.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.4.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.4.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.4.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.4.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html