Skip to content

Commit

Permalink
Release 4.5.0 BETA
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro Bonazzola <[email protected]>
  • Loading branch information
sandrobonazzola committed Apr 6, 2022
1 parent 766ced6 commit 591827b
Show file tree
Hide file tree
Showing 9 changed files with 420 additions and 328 deletions.
4 changes: 2 additions & 2 deletions source/community/get-involved/repository-mirrors.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Then when the mirror is in sync you can add it to the mirrorlist (*resources.ovi
| [NLUUG](http://www.nluug.nl) | The Netherlands (Amsterdam) | [http](http://ftp.nluug.nl/os/Linux/virtual/ovirt/) | [ftp](ftp://ftp.nluug.nl/pub/os/Linux/virtual/ovirt/) | | ftpmirror-beheer_at_nluug.nl | Syncing on all odd hours, bandwidth is currently 4 Gb/s and we do IPV4 and IPV6 |
| [Studenten Net Twente (SNT)](http://www.snt.utwente.nl/) | The Netherlands | [http](http://ftp.snt.utwente.nl/pub/software/ovirt/) | [ftp](ftp://ftp.snt.utwente.nl/pub/software/ovirt/) | | ftpcom at snt.utwente.nl | |
| [Georgia Tech Software Library (GTlib)](http://www.gtlib.gatech.edu/) | United States (Georgia) | [http](http://www.gtlib.gatech.edu/pub/oVirt/pub/) | [ftp](ftp://www.gtlib.gatech.edu/pub/oVirt/pub/) | [rsync](rsync://rsync.gtlib.gatech.edu/oVirt/) | gtlib_at_gtlib.gatech.edu | |
| [ibiblio](http://www.ibiblio.org/) | United States (North Carolina) | [http](http://mirrors.ibiblio.org/ovirt/pub/) | [ftp](ftp://mirrors.ibiblio.org/ovirt/pub/) | | cmpalmer_at_ibiblio.org | |
| [Rochester Institute of Technology](http://www.rit.edu) | United States (New York) | [http](http://mirrors.rit.edu/ovirt/pub/) | [ftp](ftp://mirrors.rit.edu/ovirt/pub/) | | pfmeec_at_rit.edu | |
| [ibiblio](http://www.ibiblio.org/) | United States (North Carolina) | [http](http://mirrors.ibiblio.org/ovirt/) | | | cmpalmer_at_ibiblio.org | |
| [Rochester Institute of Technology](http://www.rit.edu) | United States (New York) | [http](http://mirrors.rit.edu/ovirt/pub/) | [ftp](ftp://mirrors.rit.edu/ovirt/) | | pfmeec_at_rit.edu | |
| [Duke University](http://duke.edu) | United States (North Carolina) | [http](http://mirror.linux.duke.edu/ovirt/pub/) | | | drew.stinnett_at_duke.edu | |
| [Plus.line AG](http://www.plusline.net/en/) | Germany (Frankfurt) | [http](http://ftp.plusline.net/ovirt/) | [ftp](ftp://ftp.plusline.net/pub/ovirt/) | [rsync](rsync://ftp.plusline.net/ovirt/) | ftp-admin_at_plusline.net | |
| [Silesian University in Opava](http://www.slu.cz) | Czech Republic (Opava) | [http](http://mirror.slu.cz/ovirt/) | [ftp](ftp://mirror.slu.cz/ovirt/) | | jiri_slezka_at_slu_cz | 1Gbps, IPv6 ready |
Expand Down
24 changes: 0 additions & 24 deletions source/documentation/common/install/appe-Set_up_Cinderlib.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ endif::[]
# subscription-manager repos --enable=openstack-16.2-cinderlib-for-rhel-8-x86_64-rpms
----

ifdef::ovirt-doc[]
. Enable the `centos-release-openstack-ussuri` repositories on CentOS Stream:
+
----

# yum install centos-release-openstack-ussuri.noarch
----
endif::[]

. Install the `OpenStack Cinderlib` package:
+
----
Expand All @@ -53,14 +44,6 @@ endif::[]
# subscription-manager repos --enable=openstack-16.2-cinderlib-for-rhel-8-x86_64-rpms
----

ifdef::ovirt-doc[]
. Enable the `centos-release-openstack-ussuri` repositories on CentOS Stream:
+
----
# yum install -y centos-release-openstack-ussuri.noarch
----
endif::[]

. Install the Python `brick` package:
+
----
Expand All @@ -83,13 +66,6 @@ If you are using Cinderlib together with a ceph driver:
# subscription-manager repos --enable=rhceph-4-tools-for-rhel-8-x86_64-rpms
----

ifdef::ovirt-doc[]
. Enable the `centos-release-ceph-nautilus` repositories on CentOS Stream:
+
----
# yum install -y centos-release-ceph-nautilus.noarch
----
endif::[]

. Run the following command on the {engine-name} and on the hosts:
+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ For oVirt 4.4:
----

For oVirt 4.5:
If you are going to install on RHEL 8.6 Beta please follow link:/download/install_on_rhel.html[Installing on RHEL] first.

[source,terminal,subs="normal"]
----
Expand Down
3 changes: 2 additions & 1 deletion source/download/alternate_downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,10 @@ and [Browser Support](/download/browsers_and_mobile.html) for more information.

## RPM Repositories and GPG keys

### oVirt 4.5 ALPHA
### oVirt 4.5 BETA

oVirt 4.5 is shipped via CentOS repositories.
If you are going to install on RHEL 8.6 Beta please follow [Installing on RHEL](/download/install_on_rhel.html) first.

In order to enable oVirt 4.5 repositories on CentOS Stream you need to execute:
```bash
Expand Down
3 changes: 2 additions & 1 deletion source/download/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,10 @@ and [Browser Support](/download/browsers_and_mobile.html) for more information.

## RPM Repositories and GPG keys

### oVirt 4.5 ALPHA
### oVirt 4.5 BETA

oVirt 4.5 is shipped via CentOS repositories.
If you are going to install on RHEL 8.6 Beta please follow [Installing on RHEL](/download/install_on_rhel.html) first.

In order to enable oVirt 4.5 repositories on CentOS Stream you need to execute:
```bash
Expand Down
45 changes: 45 additions & 0 deletions source/download/install_on_rhel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
title: Installing on RHEL
authors:
- sandrobonazzola
page_classes: download
---

# Installing on RHEL

In order to install oVirt 4.5 beta on RHEL 8.6 beta you'll need to provide CentOS Stream required configuration.
The following bash code is needed before starting to install oVirt 4.5 beta on top of RHEL 8.6 beta


```bash
subscription-manager repos --enable rhel-8-for-x86_64-baseos-beta-rpms
subscription-manager repos --enable rhel-8-for-x86_64-appstream-beta-rpms
subscription-manager repos --enable codeready-builder-beta-for-rhel-8-x86_64-rpms

cat >/etc/yum.repos.d/CentOS-Stream-Extras.repo <<'EOF'
[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/
gpgcheck=1
enabled=1
gpgkey=https://www.centos.org/keys/RPM-GPG-KEY-CentOS-Official
EOF

cat >/etc/yum.repos.d/CentOS-Stream-Extras-common.repo <<'EOF'
[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/
gpgcheck=1
enabled=1
gpgkey=https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-Extras
EOF

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"

echo "8-stream" > /etc/yum/vars/stream

dnf distro-sync --nobest
```

8 changes: 0 additions & 8 deletions source/download/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ Before you start installing oVirt Node be sure to meet requirements on your virt
[Host Requirements](/documentation/installing_ovirt_as_a_self-hosted_engine_using_the_command_line/#host-requirements) in the
[Installing oVirt as a self-hosted engine using the command line](/documentation/installing_ovirt_as_a_self-hosted_engine_using_the_command_line/) guide.

<!--- You should also check your workstation has a supported web browser for using cockpit, see [http://cockpit-project.org/running.html](http://cockpit-project.org/running.html)
for the minimum browser requirements. --->

Once ready, see
[oVirt Nodes](/documentation/installing_ovirt_as_a_self-hosted_engine_using_the_command_line/#Red_Hat_Virtualization_Hosts_SHE_cli_deploy) in the
[Installing oVirt as a self-hosted engine using the command line](/documentation/installing_ovirt_as_a_self-hosted_engine_using_the_command_line/)
Expand All @@ -37,11 +34,6 @@ This is the site hosting oVirt Node 4.4 images including the latest oVirt 4.4 re

* [Released Installation ISO site](https://resources.ovirt.org/pub/ovirt-4.4/iso/ovirt-node-ng-installer/)

## oVirt Node 4.4 - Pre Release

This is the site hosting oVirt Node 4.4 pre release images including the latest oVirt 4.4 pre release packages.

* [Pre-Release Installation ISO site)](https://resources.ovirt.org/pub/ovirt-4.4-pre/iso/ovirt-node-ng-installer/)

## oVirt Node Master - Latest master, experimental

Expand Down
36 changes: 11 additions & 25 deletions source/download/rpms_and_gpg.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ authors: sandrobonazzola
# RPMs and GPG

## RPM Repositories
### oVirt 4.5 ALPHA
### oVirt 4.5 BETA
oVirt 4.5 is shipped via CentOS repositories.
If you are going to install on RHEL 8.6 Beta please follow [Installing on RHEL](/download/install_on_rhel.html) first.

In order to enable oVirt 4.5 repositories on CentOS Stream you need to execute:
```bash
Expand Down Expand Up @@ -37,10 +38,6 @@ dnf config-manager --set-enabled ovirt-45-upstream-testing
- [ovirt-3.4](https://resources.ovirt.org/pub/ovirt-3.4/)
- [ovirt-3.3](https://resources.ovirt.org/pub/ovirt-3.3/)

### Nightly builds of oVirt

- [ovirt-4.4 Nightly](https://resources.ovirt.org/pub/ovirt-master-snapshot)

## Mirrors for oVirt Downloads

### Europe
Expand All @@ -49,27 +46,22 @@ dnf config-manager --set-enabled ovirt-45-upstream-testing
[oVirt 4.4](http://ovirt.repo.nfrance.com/ovirt-4.4/)
[oVirt 4.3](http://ovirt.repo.nfrance.com/ovirt-4.3/)
[oVirt 4.2](http://ovirt.repo.nfrance.com/ovirt-4.2/)
[oVirt 4.4 Development Nightly](http://ovirt.repo.nfrance.com/ovirt-master-snapshot/))
- [NLUUG](https://ftp.nluug.nl/os/Linux/virtual/ovirt/) (
[oVirt 4.4](https://ftp.nluug.nl/os/Linux/virtual/ovirt/ovirt-4.4/)
[oVirt 4.3](https://ftp.nluug.nl/os/Linux/virtual/ovirt/ovirt-4.3/)
[oVirt 4.2](https://ftp.nluug.nl/os/Linux/virtual/ovirt/ovirt-4.2/)
[oVirt 4.4 Development Nightly](http://ftp.nluug.nl/os/Linux/virtual/ovirt/ovirt-master-snapshot/))
- [Plus.line AG](http://www.plusline.net/en/) (
[oVirt 4.4](http://ftp.plusline.net/ovirt/ovirt-4.4/)
[oVirt 4.3](http://ftp.plusline.net/ovirt/ovirt-4.3/)
[oVirt 4.2](http://ftp.plusline.net/ovirt/ovirt-4.2/)
[oVirt 4.4 Development Nightly](http://ftp.plusline.net/ovirt/ovirt-master-snapshot/))
- [SNT - University of Twente](http://ftp.snt.utwente.nl/pub/software/ovirt/) (
[oVirt 4.4](http://ftp.snt.utwente.nl/pub/software/ovirt/ovirt-4.4/)
[oVirt 4.3](http://ftp.snt.utwente.nl/pub/software/ovirt/ovirt-4.3/)
[oVirt 4.2](http://ftp.snt.utwente.nl/pub/software/ovirt/ovirt-4.2/)
[oVirt 4.4 Development Nightly](http://ftp.snt.utwente.nl/pub/software/ovirt/ovirt-master-snapshot/))
- [Slezská Univerzita](http://mirror.slu.cz/ovirt/)(
[oVirt 4.4](http://mirror.slu.cz/ovirt/ovirt-4.4/)
[oVirt 4.3](http://mirror.slu.cz/ovirt/ovirt-4.3/)
[oVirt 4.2](http://mirror.slu.cz/ovirt/ovirt-4.2/)
[oVirt 4.4 Development Nightly](http://mirror.slu.cz/ovirt/ovirt-master-snapshot/))


### North America
Expand All @@ -78,28 +70,23 @@ dnf config-manager --set-enabled ovirt-45-upstream-testing
[oVirt 4.4](http://archive.linux.duke.edu/ovirt/pub/ovirt-4.4)
[oVirt 4.3](http://archive.linux.duke.edu/ovirt/pub/ovirt-4.3/)
[oVirt 4.2](http://archive.linux.duke.edu/ovirt/pub/ovirt-4.2/)
[oVirt 4.4 Development Nightly](http://archive.linux.duke.edu/ovirt/pub/ovirt-master-snapshot/))
- [Georgia Institute of Technology](http://www.gtlib.gatech.edu/pub/oVirt) (
[oVirt 4.4](http://www.gtlib.gatech.edu/pub/oVirt/pub/ovirt-4.4/)
[oVirt 4.3](http://www.gtlib.gatech.edu/pub/oVirt/pub/ovirt-4.3/)
[oVirt 4.2](http://www.gtlib.gatech.edu/pub/oVirt/pub/ovirt-4.2/)
[oVirt 4.4 Development Nightly](http://www.gtlib.gatech.edu/pub/oVirt/pub/ovirt-master-snapshot/)
[FTP Site](ftp://ftp.gtlib.gatech.edu/pub/oVirt))
- [ibiblio](http://mirrors.ibiblio.org/ovirt/) (
[oVirt 4.4](http://mirrors.ibiblio.org/ovirt/pub/ovirt-4.3/)
[oVirt 4.3](http://mirrors.ibiblio.org/ovirt/pub/ovirt-4.3/)
[oVirt 4.2](http://mirrors.ibiblio.org/ovirt/pub/ovirt-4.2/)
[oVirt 4.4 Development Nightly](http://mirrors.ibiblio.org/ovirt/pub/ovirt-master-snapshot/))
[oVirt 4.4](http://mirrors.ibiblio.org/ovirt/ovirt-4.4/)
[oVirt 4.3](http://mirrors.ibiblio.org/ovirt/ovirt-4.3/)
[oVirt 4.2](http://mirrors.ibiblio.org/ovirt/ovirt-4.2/)
- [Rochester Institute of Technology](http://mirrors.rit.edu/ovirt)(
[oVirt 4.4](http://mirrors.rit.edu/ovirt/pub/ovirt-4.3/)
[oVirt 4.3](http://mirrors.rit.edu/ovirt/pub/ovirt-4.3/)
[oVirt 4.2](http://mirrors.rit.edu/ovirt/pub/ovirt-4.2/)
[oVirt 4.4 Development Nightly](http://mirrors.rit.edu/ovirt/pub/ovirt-master-snapshot/))
[oVirt 4.4](http://mirrors.rit.edu/ovirt/ovirt-4.4/)
[oVirt 4.3](http://mirrors.rit.edu/ovirt/ovirt-4.3/)
[oVirt 4.2](http://mirrors.rit.edu/ovirt/ovirt-4.2/)
- [Rackspace](http://mirror.rackspace.com/ovirt/)(
[oVirt 4.4](http://mirror.rackspace.com/ovirt/ovirt-4.3/)
[oVirt 4.4](http://mirror.rackspace.com/ovirt/ovirt-4.4/)
[oVirt 4.3](http://mirror.rackspace.com/ovirt/ovirt-4.3/)
[oVirt 4.2](http://mirror.rackspace.com/ovirt/ovirt-4.2/)
[oVirt 4.4 Development Nightly](http://mirror.rackspace.com/ovirt/ovirt-master-snapshot/))


### Asia
Expand All @@ -108,12 +95,11 @@ dnf config-manager --set-enabled ovirt-45-upstream-testing
[ovirt 4.4](http://mirror.isoc.org.il/pub/ovirt/ovirt-4.4/)
[ovirt 4.3](http://mirror.isoc.org.il/pub/ovirt/ovirt-4.3/)
[ovirt 4.2](http://mirror.isoc.org.il/pub/ovirt/ovirt-4.2/)
[oVirt 4.4 Development Nightly](http://mirror.isoc.org.il/pub/ovirt/ovirt-master-snapshot/))
- [Massclouds](http://mirror.massclouds.com/ovirt/)(
[ovirt 4.4](http://mirror.massclouds.com/ovirt/ovirt-4.4/)
[ovirt 4.3](http://mirror.massclouds.com/ovirt/ovirt-4.3/)
[ovirt 4.2](http://mirror.massclouds.com/ovirt/ovirt-4.2/)
[oVirt 4.4 Development Nightly](http://mirror.massclouds.com/ovirt/ovirt-master-snapshot/))



## GPG Keys used by oVirt
Expand Down Expand Up @@ -143,7 +129,7 @@ To get the public key:
$ gpg --export --armor FE590CB7 > ovirt-infra.pub
# rpm --import ovirt-infra.pub

Importing keys Automatically
Importing keys Automatically for oVirt 4.4:

yum install https://resources.ovirt.org/pub/yum-repo/ovirt-release44.rpm

Expand Down
Loading

0 comments on commit 591827b

Please sign in to comment.