Sha256: ec6fb612c3c4896911552756fc7268fa0243a36ba5239362c6cf11849d4dbb2e

Contents?: true

Size: 1.77 KB

Versions: 92

Compression:

Stored size: 1.77 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>
    <p bst-alert="info" >
      <span translate>
        These instructions will be removed in a future release. NEW: To register a content host without following these manual steps, see <a href="https://{{ katelloHostname }}/hosts/register">Register Host</a>
      </span>
      </p>
    <ol>
      <li>
        <p>Select an Operating System:</p>
        <p><select ng-init="selectedUserOs = 'client'" ng-model="selectedUserOs">
          <option value="client">CentOS/RHEL</option>
          <option value="deb-client">Debian/Ubuntu</option>
          <option value="oracle-client">OracleLinux</option>
          <option value="sles-client">SLES/Suse</option>
        </select></p>
      </li>
      <li ng-hide="noCapsulesFound || selectedUserOs == 'deb-client'">
        <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 ng-hide="selectedUserOs === 'deb-client'">
        <p translate>Install the pre-built bootstrap RPM:</p>
        <pre><code>curl --insecure --output {{ consumerCertRPM }} https://{{ noCapsulesFound ? katelloHostname : hostname(selectedCapsule.url) }}/pub/{{ consumerCertRPM }}<br />{{(selectedUserOs === 'sles-client') ? 'zypper' : 'yum' }} localinstall {{ consumerCertRPM }} </code></pre>
      </li>

      <register-os-client user-os="selectedUserOs"></register-os-client>
    </ol>
  </div>
</section>

Version data entries

92 entries across 92 versions & 1 rubygems

Version Path
katello-4.16.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-4.14.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-4.14.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-4.15.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-4.15.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-4.15.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-4.14.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-4.14.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-4.14.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-4.14.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-4.14.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-4.14.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-4.13.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-4.13.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-4.12.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-4.13.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-4.12.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-4.12.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-4.12.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-4.12.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html