Skip to content

Commit 6141845

Browse files
added release page for release 4.5.7
Added information about the newest release of 4.5.7. Updated information on installing on newer systems. Signed-off-by: Jasper Berton <jasper.berton@team.blue>
1 parent 5c7a9b2 commit 6141845

15 files changed

Lines changed: 273 additions & 24 deletions
Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Install nightly snapshot
3-
authors: sandrobonazzola
3+
authors:
4+
- sandrobonazzola
5+
- jasperb
46
---
57

68
# Install nightly oVirt master snapshot
@@ -9,7 +11,19 @@ authors: sandrobonazzola
911

1012
For CentOS Stream 9 you need to run:
1113

12-
```
14+
```bash
1315
dnf copr enable -y ovirt/ovirt-master-snapshot centos-stream-9
1416
dnf install -y ovirt-release-master
1517
```
18+
19+
## Centos Stream 10:
20+
21+
For CentOS Stream 10 you need to run:
22+
23+
```bash
24+
dnf copr enable -y ovirt/ovirt-master-snapshot centos-stream-10
25+
dnf install -y ovirt-release-master epel-release
26+
```
27+
28+
RHEL and derivates are explained [here](/download/install_on_rhel.html).
29+

source/develop/qa/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ You can also join oVirt users mailing list, where quality assurance-related topi
4141

4242
## Next releases
4343

44-
* 4.5.6:
45-
* GitHub Tracker: [oVirt 4.5.6 issues](https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Aovirt+archived%3Afalse+milestone%3Aovirt-4.5.6)
46-
* GitHub Tracker: [oVirt 4.6.0 issues](https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Aovirt+archived%3Afalse+milestone%3Aovirt-4.6.0)
44+
* 4.6.0:
45+
* GitHub Tracker: [oVirt 4.6.0 issues](https://github.com/oVirt/ovirt-engine/milestone/8)
4746
## Notes
4847

4948
This page has been created following <https://fedoraproject.org/wiki/QA> as a model

source/documentation/common/install/proc-Enabling_the_Red_Hat_Virtualization_Manager_Repositories.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ If you are going to install on RHEL or derivatives please follow link:/download/
104104
# dnf install -y centos-release-ovirt45
105105
----
106106

107+
[NOTE]
108+
====
109+
It is important that for installs on RHEL 10 and derivates that version 45.10.0-4 is used.
110+
====
111+
107112

108113
[NOTE]
109114
====

source/documentation/common/prereqs/ref-Host_CPU_Requirements.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@
88

99
All CPUs must have support for the Intel® 64 or AMD64 CPU extensions, and the AMD-V™ or Intel VT® hardware virtualization extensions enabled. Support for the No eXecute flag (NX) is also required.
1010

11-
The following CPU models are supported:
11+
The following CPU models are supported on the latest cluster version(4.8):
1212

1313
* AMD
1414
** Opteron G4
1515
** Opteron G5
1616
** EPYC
17+
** EPYC-Rome
18+
** EPYC-Milan
19+
** EPYC-Genoa
1720
* Intel
1821
** Nehalem
1922
** Westmere
@@ -24,11 +27,14 @@ The following CPU models are supported:
2427
** Skylake Client
2528
** Skylake Server
2629
** Cascadelake Server
30+
** IceLake Server
31+
** Sapphire Rapids Server
2732
2833
ifndef::SHE_cli_deploy[]
2934
* IBM
3035
** POWER8
3136
** POWER9
37+
** POWER10
3238
endif::SHE_cli_deploy[]
3339

3440
ifdef::ovirt-doc[]

source/documentation/common/upgrade/proc-Manually_Updating_Hosts.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ Upgrading from an older 4.5 to latest 4.5:
5151
# dnf update -y centos-release-ovirt45
5252
----
5353
54+
[NOTE]
55+
====
56+
It is important that for installs on RHEL 10 and derivates that version 45.10.0-4 is used.
57+
====
58+
5459
[NOTE]
5560
====
5661
As link:https://lists.ovirt.org/hyperkitty/list/users@ovirt.org/thread/DMCC5QCHL6ECXN674JOLABH36U2LVJLJ/[discussed in oVirt Users mailing list]

source/documentation/common/upgrade/proc-Updating_Individual_Hosts.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ ifdef::ovirt-doc[]
5151
# dnf update -y centos-release-ovirt45
5252
----
5353
54+
[NOTE]
55+
====
56+
It is important that for installs on RHEL 10 and derivates that version 45.10.0-4 is used.
57+
====
58+
5459
[NOTE]
5560
====
5661
As link:https://lists.ovirt.org/hyperkitty/list/users@ovirt.org/thread/DMCC5QCHL6ECXN674JOLABH36U2LVJLJ/[discussed in oVirt Users mailing list]

source/documentation/common/upgrade/proc-Upgrading_hosts_to_4-5.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ If you are going to install on RHEL or derivatives please follow link:/download/
2727
# dnf install -y centos-release-ovirt45
2828
----
2929

30+
[NOTE]
31+
====
32+
It is important that for installs on RHEL 10 and derivates that version 45.10.0-4 is used.
33+
====
34+
3035
.Procedure for {enterprise-linux-host-fullname}s {hypervisor-fullname}s:
3136

3237
. Enable oVirt 4.5 repositories

source/documentation/common/upgrade/proc-Upgrading_the_Manager_to_4-5.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ If you are going to install on RHEL or derivatives please follow link:/download/
3333
# dnf install -y centos-release-ovirt45
3434
----
3535

36+
[NOTE]
37+
====
38+
It is important that for installs on RHEL 10 and derivates that version 45.10.0-4 is used.
39+
====
40+
3641
[NOTE]
3742
====
3843
As link:https://lists.ovirt.org/hyperkitty/list/users@ovirt.org/thread/DMCC5QCHL6ECXN674JOLABH36U2LVJLJ/[discussed in oVirt Users mailing list]

source/documentation/index.haml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ hide_metadata: true
4747
### Release Notes
4848

4949
#### Latest Release Notes
50-
- [oVirt 4.5.6](/release/4.5.6/)
50+
- [oVirt 4.5.7](/release/4.5.7/)
5151

5252
#### Previous Release Notes
53-
- [oVirt 4.5.5](/release/4.5.5/)
53+
- [oVirt 4.5.6](/release/4.5.6/)
5454
- [All Releases](/release/)

source/download/alternate_downloads.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,22 @@ page_classes: download
1111

1212
<img class="screenshot" src="download_1.png" alt="oVirt Engine Administration panel screenshot">
1313

14-
oVirt 4.5.6 is intended for production use and is available for the following platforms:
14+
oVirt 4.5.7 is intended for production use and is available for the following platforms:
1515

1616
Engine:
1717
- Red Hat Enterprise Linux 9 (or similar)
18-
- Red Hat Enterprise Linux 8 (or similar)
18+
- Red Hat Enterprise Linux 10 (or similar)
1919
- CentOS Stream 9
20+
- CentOS Stream 10
2021

2122
Hosts:
22-
- Red Hat Enterprise Linux 8 (or similar)
2323
- Red Hat Enterprise Linux 9 (or similar)
24+
- Red Hat Enterprise Linux 10 (or similar)
2425
- CentOS Stream 9
26+
- Centos Stream 10
2527
- oVirt Node based on CentOS Stream 9
2628

27-
See the [Release Notes for oVirt 4.5.6](/release/4.5.6/).
29+
See the [Release Notes for oVirt 4.5.7](/release/4.5.7/).
2830

2931
<div class="row"></div>
3032

0 commit comments

Comments
 (0)