carlwgeorge / centos / centos.org

Forked from centos/centos.org 3 years ago
Clone
Shaun McCance ecefa1
---
Shaun McCance ecefa1
title: CentOS Hyperscale
Shaun McCance ecefa1
title_lead: |
Shaun McCance ecefa1
  CentOS stability built for massively large-scale deployments
Shaun McCance ecefa1
with_toc: false
Shaun McCance ecefa1
status: DRAFT
Shaun McCance ecefa1
---
Shaun McCance ecefa1
Shaun McCance ecefa1
 Documentation
Shaun McCance ecefa1
Shaun McCance ecefa1
## Why CentOS Hyperscale
Shaun McCance ecefa1
d208c1

The CentOS Hyperscale SIG focuses on enabling CentOS Stream deployment on large-scale infrastructures and facilitating collaboration on packages and tooling.

d208c1
Shaun McCance ecefa1
Shaun McCance ecefa1
  
Shaun McCance ecefa1
    
    d208c1
          
  • CentOS Hyperscale integrates faster-tracking backports of core base packages such as [systemd](https://sigs.centos.org/hyperscale/content/repositories/main/#systemd)
  • d208c1
        
    d208c1
      
    d208c1
      
    d208c1
        
      d208c1
            
    • 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
    • Shaun McCance ecefa1
          
      Shaun McCance ecefa1
        
      Shaun McCance ecefa1
        
      Shaun McCance ecefa1
          
        d208c1
              
      • CentOS Hyperscale provides a way to deploy and test emerging technologies such as [RPM Copy-on-Write](https://fedoraproject.org/wiki/Changes/RPMCoW)
      • Shaun McCance ecefa1
            
        Shaun McCance ecefa1
          
        Shaun McCance ecefa1
        Shaun McCance ecefa1
        Shaun McCance ecefa1
        ## Enable Hyperscale
        Shaun McCance ecefa1
        d208c1

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

        Shaun McCance ecefa1
        Shaun McCance ecefa1
        ```bash
        Shaun McCance ecefa1
        sudo dnf install centos-release-hyperscale
        d208c1
        sudo dnf config-manager --set-enabled crb
        Shaun McCance ecefa1
        ```
        Shaun McCance ecefa1
        d208c1

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

        d208c1
        d208c1
        ```bash
        d208c1
        sudo dnf install centos-release-hyperscale-experimental
        d208c1
        ```
        Shaun McCance ecefa1
        Shaun McCance ecefa1
        ## Download Hyperscale
        Shaun McCance ecefa1
        d208c1

        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).

        d208c1
        d208c1
        [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.

        d208c1
        Shaun McCance ecefa1
        Shaun McCance ecefa1
          
        d208c1
            
        CentOS Hyperscale 9 GNOME Live x86_64 iso
        Shaun McCance ecefa1
            
        Shaun McCance ecefa1
              
        Shaun McCance ecefa1
                 Checksum
        Shaun McCance ecefa1
                 Download
        Shaun McCance ecefa1
              
        Shaun McCance ecefa1
            
        Shaun McCance ecefa1
          
        Shaun McCance ecefa1
        Shaun McCance ecefa1
        Shaun McCance ecefa1
        Shaun McCance ecefa1
          
        d208c1
            
        CentOS Hyperscale 9 KDE Live x86_64 iso
        Shaun McCance ecefa1
            
        Shaun McCance ecefa1
              
        Shaun McCance ecefa1
                 Checksum
        Shaun McCance ecefa1
                 Download
        Shaun McCance ecefa1
              
        Shaun McCance ecefa1
            
        Shaun McCance ecefa1
          
        Shaun McCance ecefa1
        Shaun McCance ecefa1
        Shaun McCance ecefa1
        Shaun McCance ecefa1
          
        d208c1
            
        CentOS Hyperscale 9 AWS EC2 x86_64 raw.xz
        Shaun McCance ecefa1
            
        Shaun McCance ecefa1
              
        Shaun McCance ecefa1
                 Checksum
        Shaun McCance ecefa1
                 Download
        Shaun McCance ecefa1
              
        Shaun McCance ecefa1
            
        Shaun McCance ecefa1
          
        Shaun McCance ecefa1
        Shaun McCance ecefa1
        Shaun McCance ecefa1
        Shaun McCance ecefa1
          
        Shaun McCance ecefa1
            
        CentOS Hyperscale 9 OpenStack x86_64 qcow2
        Shaun McCance ecefa1
            
        Shaun McCance ecefa1
              
        Shaun McCance ecefa1
                 Checksum
        Shaun McCance ecefa1
                 Download
        Shaun McCance ecefa1
              
        Shaun McCance ecefa1
            
        Shaun McCance ecefa1
          
        Shaun McCance ecefa1
        d208c1
        d208c1

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

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