#227 Expand the Hyperscale copy
Merged 24 days ago by shaunm. Opened 24 days ago by dcavalca.
centos/ dcavalca/centos.org hyperscale  into  staging

file modified
+29 -7
@@ -10,34 +10,50 @@ 

  

  ## Why CentOS Hyperscale

  

+ <p>The CentOS Hyperscale SIG focuses on enabling CentOS Stream deployment on large-scale infrastructures and facilitating collaboration on packages and tooling.</p>

+ 

  <div class="row">

    <div class="col">

      <ul>

-       <li>Because</li>

+       <li>CentOS Hyperscale integrates faster-tracking backports of core base packages such as [systemd](https://sigs.centos.org/hyperscale/content/repositories/main/#systemd)</li>

+     </ul>

+   </div>

+   <div class="col">

+     <ul>

+       <li>CentOS Hyperscale provides an updated kernel tracking [ARK](https://gitlab.com/cki-project/kernel-ark) with [btrfs](https://btrfs.wiki.kernel.org/index.php/Main_Page) and [Kernel Live Patching](https://www.kernel.org/doc/html/latest/livepatch/livepatch.html) support</li>

      </ul>

    </div>

    <div class="col">

      <ul>

-       <li>Because</li>

+       <li>CentOS Hyperscale provides a way to deploy and test emerging technologies such as [RPM Copy-on-Write](https://fedoraproject.org/wiki/Changes/RPMCoW)</li>

      </ul>

    </div>

  </div>

  

  ## Enable Hyperscale

  

- <p>Write some text here.</p>

+ <p>To enable the [Hyperscale main repositories](https://sigs.centos.org/hyperscale/content/repositories/main/) on an existing CentOS Stream system run</p>

  

  ```bash

  sudo dnf install centos-release-hyperscale

+ sudo dnf config-manager --set-enabled crb

  ```

  

- <p>Write some more text here.</p>

+ <p>We also provide a set of [experimental packages](https://sigs.centos.org/hyperscale/content/repositories/experimental/) that can be enabled with</p>

+ 

+ ```bash

+ sudo dnf install centos-release-hyperscale-experimental

+ ```

  

  ## Download Hyperscale

  

+ <p>The CentOS Hyperscale SIG produces a number of images that integrate and showcase the technologies the SIG focuses on. Please report any issues with these images on our [tracker](https://pagure.io/centos-sig-hyperscale/spin-bugs).

+ 

+ [Live ISOs](https://sigs.centos.org/hyperscale/content/spins/workstation/) are available in both GNOME and KDE flavors. These can both be used to evaluate the system and to perform an installation. [Cloud images](https://sigs.centos.org/hyperscale/content/spins/cloud/) can be used to deploy CentOS Hyperscale on various public clouds.</p>

+ 

  <div class="card mb-3"><div class="card-body">

    <div class="row align-items-center">

-     <div class="col">CentOS Hyperscale 9 AWS EC2 x86_64 raw.xz</div>

+     <div class="col">CentOS Hyperscale 9 GNOME Live x86_64 iso</div>

      <div class="col-auto">

        <div class="btn-group">

          <a href="#" class="btn btn-primary"><span class="fas fa-check-to-slot"></span> Checksum</a>
@@ -49,7 +65,7 @@ 

  

  <div class="card mb-3"><div class="card-body">

    <div class="row align-items-center">

-     <div class="col">CentOS Hyperscale 9 GNOME Live x86_64 iso</div>

+     <div class="col">CentOS Hyperscale 9 KDE Live x86_64 iso</div>

      <div class="col-auto">

        <div class="btn-group">

          <a href="#" class="btn btn-primary"><span class="fas fa-check-to-slot"></span> Checksum</a>
@@ -61,7 +77,7 @@ 

  

  <div class="card mb-3"><div class="card-body">

    <div class="row align-items-center">

-     <div class="col">CentOS Hyperscale 9 KDE Live x86_64 iso</div>

+     <div class="col">CentOS Hyperscale 9 AWS EC2 x86_64 raw.xz</div>

      <div class="col-auto">

        <div class="btn-group">

          <a href="#" class="btn btn-primary"><span class="fas fa-check-to-slot"></span> Checksum</a>
@@ -82,3 +98,9 @@ 

      </div>

    </div>

  </div></div>

+ 

+ <p>[Container images](https://sigs.centos.org/hyperscale/content/spins/container/) are also available on [Quay.io](https://quay.io/centoshyperscale/centos)</p>

+ 

+ ```bash

+ podman run -a stdin,stdout,stderr -t quay.io/centoshyperscale/centos:stream9

+ ```

Pull-Request has been merged by shaunm

24 days ago
Metadata