Sha256: 9b821c7e6e61bba38b583abbbfd26d3ad4c97f3662fb6206842864a1faeaa261

Contents?: true

Size: 1.59 KB

Versions: 37

Compression:

Stored size: 1.59 KB

Contents

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

<section class="nutupane-details" ng-cloak bst-container-scroll>

  <header class="details-header new-header">
    <h2 class="fl" translate>Content Host Registration</h2>

    <div class="fr">
      <button class="btn btn-default" ui-sref="content-hosts.index">
        <i class="fa fa-remove"></i>
        {{ "Close" | translate }}
      </button>
    </div>
  </header>

 <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>
</section>

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
katello-3.3.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.3.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.3.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.3.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.3.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.3.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.3.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.3.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.2.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.2.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.2.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.2.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.2.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.2.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.1.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.1.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.1.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-2.4.5 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html