diff --git a/source/community/index.md b/source/community/index.md index b67b899554b..4bc452cab30 100644 --- a/source/community/index.md +++ b/source/community/index.md @@ -92,7 +92,7 @@ and open [oVirt Node issue trackers](https://github.com/oVirt/ovirt-node-ng-imag Once the tracker is open you can help monitoring progress of the security fix. Look at [existing security reports in oVirt Node](https://github.com/oVirt/ovirt-node-ng-image/issues?q=is%3Aissue+is%3Aopen+label%3Asecurity) -and check corresponding package on [CentOS Stream 8 Koji](https://koji.mbox.centos.org/koji/packages) and [CentOS Stream 9 Koji](https://kojihub.stream.centos.org/koji/packages). +and check corresponding package on [CentOS Stream 9 Koji](https://kojihub.stream.centos.org/koji/packages). If a fix for the CVE is available, update the traker issue accordingly. ## Participate in the oVirt infrastructure diff --git a/source/develop/architecture/architecture.md b/source/develop/architecture/architecture.md index ee7eebc6f87..8897e5037a3 100644 --- a/source/develop/architecture/architecture.md +++ b/source/develop/architecture/architecture.md @@ -26,7 +26,7 @@ A standard oVirt deployment consists of three things, primarily: * One or more storage nodes, which hold the images and ISOs corresponding to those VMs The nodes are Linux distributions with VDSM and libvirt installed, along with some extra packages to easily enable virtualization of networking and other system services. -The supported Linux distributions to date are CentOS Stream 8 and derivatives. oVirt project also provides oVirt Node, which is basically a stripped-down CentOS Stream 8 distribution +The supported Linux distributions to date are CentOS Stream 9 and derivatives. oVirt project also provides oVirt Node, which is basically a stripped-down CentOS Stream 9 distribution containing just enough components to allow virtualization. The storage nodes can use block or file storage, and can be local or remote, accessed via NFS. Storage technologies like Gluster are supported through the POSIXFS storage type. diff --git a/source/develop/dev-process/install-nightly-snapshot.md b/source/develop/dev-process/install-nightly-snapshot.md index c7f963ffad0..4242aaf1143 100644 --- a/source/develop/dev-process/install-nightly-snapshot.md +++ b/source/develop/dev-process/install-nightly-snapshot.md @@ -5,19 +5,8 @@ authors: sandrobonazzola # Install nightly oVirt master snapshot -## CentOS Stream 8 / x86_64 - -For CentOS Stream 8 / x86_64 you need to run: - -``` -dnf copr enable -y ovirt/ovirt-master-snapshot centos-stream-8 -dnf install -y ovirt-release-master -``` - ## CentOS Stream 9 -Please note that this is still tech preview. Most development is done on CentOS Stream 8, for now. - For CentOS Stream 9 you need to run: ``` diff --git a/source/develop/developer-guide/migrating_to_github.md b/source/develop/developer-guide/migrating_to_github.md index 447be1b1d13..a027a572331 100644 --- a/source/develop/developer-guide/migrating_to_github.md +++ b/source/develop/developer-guide/migrating_to_github.md @@ -99,7 +99,7 @@ As last step we need to turn on automation. - Go to `https://github.com/oVirt/ -# This is for CentOS Stream 8: -cbs build --scratch virt8s-ovirt-45-el8s # If the build goes through fine, you can do a real build # CentOS Stream 9: cbs build virt9s-ovirt-45-el9s - -# CentOS Stream 8: -cbs build virt8s-ovirt-45-el8s ``` -Once the builds complete it will be tagged as a candidate to be released as `virt8s-ovirt-45-candidate` (for CentOS Stream 8) or `virt9s-ovirt-45-candidate` (for CentOS Stream 9). +Once the builds complete it will be tagged as a candidate to be released as `virt9s-ovirt-45-candidate` (for CentOS Stream 9). In order to publish the build you need to tag it for testing: -```bash -# CentOS Stream 8 -cbs tag virt8s-ovirt-45-testing - -# Example: -cbs tag virt8s-ovirt-45-testing ovirt-hosted-engine-ha-2.4.10-1.el8 -``` - -This will publish the build under the https://buildlogs.centos.org/centos/8-stream/virt/ repository. - - ```bash # CentOS Stream 9 cbs tag virt9s-ovirt-45-testing @@ -112,17 +96,6 @@ This will publish the build on https://buildlogs.centos.org/centos/9-stream/virt Once the content in testing has been properly verified and considered good to be released for general availability, the release manager needs to tag the builds for release: -```bash -# CentOS Stream 8 -cbs tag virt8s-ovirt-45-release - -#example: -cbs tag virt8s-ovirt-45-release ovirt-hosted-engine-ha-2.4.10-1.el8 -``` - -This will publish the build on the http://mirror.centos.org/centos/8-stream/virt/ repository and to CentOS mirrors. - - ```bash # CentOS Stream 9 cbs tag virt9s-ovirt-45-release diff --git a/source/download/alternate_downloads.md b/source/download/alternate_downloads.md index 79e4a91290a..c3b3b523948 100644 --- a/source/download/alternate_downloads.md +++ b/source/download/alternate_downloads.md @@ -15,13 +15,10 @@ oVirt 4.5.5 is intended for production use and is available for the following pl Engine: - Red Hat Enterprise Linux 9 (or similar) - Red Hat Enterprise Linux 8 (or similar) -- CentOS Stream 8 - CentOS Stream 9 Hosts: - Red Hat Enterprise Linux 8 (or similar) -- CentOS Stream 8 -- oVirt Node based on CentOS Stream 8 - Red Hat Enterprise Linux 9 (or similar) - CentOS Stream 9 - oVirt Node based on CentOS Stream 9 diff --git a/source/download/index.md b/source/download/index.md index 678e428fccc..f2b1d6f3a12 100644 --- a/source/download/index.md +++ b/source/download/index.md @@ -14,12 +14,11 @@ oVirt 4.5.5 is intended for production use and is available for the following pl Engine: - Red Hat Enterprise Linux 8 (or similar) -- CentOS Stream 8 +- Red Hat Enterprise Linux 9 (or similar) +- CentOS Stream 9 Hosts: - Red Hat Enterprise Linux 8 (or similar) -- oVirt Node based on CentOS Stream 8 -- CentOS Stream 8 - Red Hat Enterprise Linux 9 (or similar) - oVirt Node based on CentOS Stream 9 - CentOS Stream 9 diff --git a/source/download/install_on_rhel.md b/source/download/install_on_rhel.md index 9750feeb543..77e009089e3 100644 --- a/source/download/install_on_rhel.md +++ b/source/download/install_on_rhel.md @@ -17,7 +17,7 @@ subscription-manager repos --enable rhel-8-for-x86_64-baseos-rpms subscription-manager repos --enable rhel-8-for-x86_64-appstream-rpms subscription-manager repos --enable codeready-builder-for-rhel-8-x86_64-rpms -rpm -i --justdb --nodeps --force "http://mirror.centos.org/centos/8-stream/BaseOS/$(rpm --eval '%_arch')/os/Packages/centos-stream-release-8.6-1.el8.noarch.rpm" +rpm -i --justdb --nodeps --force "https://vault.centos.org/centos/8-stream/BaseOS/$(rpm --eval '%_arch')/os/Packages/centos-stream-release-8.6-1.el8.noarch.rpm" ``` Specific to Rocky Linux only: @@ -33,8 +33,7 @@ Common to RHEL 8.6 and derivatives: cat >/etc/yum.repos.d/CentOS-Stream-Extras.repo <<'EOF' [cs8-extras] name=CentOS Stream $releasever - Extras -mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=extras&infra=$infra -#baseurl=http://mirror.centos.org/$contentdir/8-stream/extras/$basearch/os/ +baseurl=https://vault.centos.org/$contentdir/8-stream/extras/$basearch/os/ gpgcheck=1 enabled=1 gpgkey=https://www.centos.org/keys/RPM-GPG-KEY-CentOS-Official @@ -43,8 +42,7 @@ EOF cat >/etc/yum.repos.d/CentOS-Stream-Extras-common.repo <<'EOF' [cs8-extras-common] name=CentOS Stream $releasever - Extras common packages -mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=extras-extras-common -#baseurl=http://mirror.centos.org/$contentdir/8-stream/extras/$basearch/extras-common/ +baseurl=https://vault.centos.org/$contentdir/8-stream/extras/$basearch/extras-common/ gpgcheck=1 enabled=1 gpgkey=https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-Extras diff --git a/source/images/diagrams/ovirt-architecture.py b/source/images/diagrams/ovirt-architecture.py index e60a6346db8..9c7731eb8bd 100755 --- a/source/images/diagrams/ovirt-architecture.py +++ b/source/images/diagrams/ovirt-architecture.py @@ -54,8 +54,8 @@ with Cluster("Virtualization"): with Cluster("Windows11 VM"): vm1_1 = Windows("Windows 11\nQEMU GA") - with Cluster("CentOS Stream 8 VM"): - vm2_1 = Centos("CentOS Stream 8\nQEMU GA") + with Cluster("CentOS Stream 9 VM"): + vm2_1 = Centos("CentOS Stream 9\nQEMU GA") vdsm1 = Python("VDSM") mom1 = Python("MoM") libvirt1 = Custom("libvirt", LOGO.format(product="libvirt")) diff --git a/source/images/diagrams/ovirt_architecture.png b/source/images/diagrams/ovirt_architecture.png index 4bb93442046..33fa6248432 100644 Binary files a/source/images/diagrams/ovirt_architecture.png and b/source/images/diagrams/ovirt_architecture.png differ