Sha256: 0a0ecc67f613d8df8ed22db0ed691f30aa03e9ed884d836f01efbb02eec05686

Contents?: true

Size: 1.49 KB

Versions: 11

Compression:

Stored size: 1.49 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>
        <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

11 entries across 11 versions & 1 rubygems

Version Path
katello-4.0.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-4.0.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-4.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-4.0.1.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-4.0.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-4.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-4.0.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-4.0.0.rc3.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-4.0.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-4.0.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
katello-4.0.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html