Sha256: 58dab208794c4748cf592997779262c80a4f3b29216849a2ba9ba323b40888f5

Contents?: true

Size: 1.37 KB

Versions: 51

Compression:

Stored size: 1.37 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>
      <register-client />
    </ol>
  </div>
</section>

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
katello-3.18.5 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.18.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.18.3.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.18.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.18.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.18.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.17.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.18.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.17.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.18.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.18.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.17.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.16.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.18.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.18.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.17.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.18.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.17.0.rc2.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.17.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-3.16.1.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html