Homelab:oVirt: Difference between revisions
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
Testing was done on my Dell PowerEdge R620, the following image was used: | Testing was done on my Dell PowerEdge R620, the following image was used: | ||
{{Note|icon=false|1={{Icon|disc-blue}} | {{Note|icon=false|1={{Icon|disc-blue}} CentOS-7-x86_64-Minimal-1804.iso}} | ||
= {{Icon24|sitemap}} Installation = | = {{Icon24|sitemap}} Installation = | ||
Insert the | Insert the CentOS boot media into the machine and reboot (or power on) the machine, booting from the inserted media. | ||
From the boot menu, select {{mono|Install | From the boot menu, select {{mono|Install CentOS}}. | ||
{{Note|If kernel parameters are required you can press {{mono|<TAB>}}, separating parameters by a space.}} | {{Note|If kernel parameters are required you can press {{mono|<TAB>}}, separating parameters by a space.}} | ||
Line 24: | Line 24: | ||
== {{Icon|notebook}} Partitioning == | == {{Icon|notebook}} Partitioning == | ||
{| class="wikitable fright" | |||
|- | |||
!Mountpoint | |||
!Size | |||
!Volume Group | |||
!Logical Volume | |||
! style="text-align:right"| Type | |||
|- | |||
| class="acenter"| /boot/efi | |||
| class="acenter"| 256M | |||
| class="acenter"| — | |||
| class="acenter"| — | |||
| class="aright"| EFI | |||
|- | |||
| class="acenter"| /boot | |||
| class="acenter"| 256M | |||
| class="acenter"| — | |||
| class="acenter"| — | |||
| class="aright"| Standard | |||
|- | |||
| class="acenter"| swap | |||
| class="acenter"| 8G | |||
| class="acenter"| natasha | |||
| class="acenter"| swap | |||
| class="aright"| LVM | |||
|- | |||
| class="acenter"| / | |||
| class="acenter"| 48G | |||
| class="acenter"| natasha | |||
| class="acenter"| root | |||
| class="aright"| LVM | |||
|- | |||
|} | |||
Click on {{mono|Installation Destination}}. | Click on {{mono|Installation Destination}}. | ||
From this screen, select the local standard disk | From this screen, select the local standard disk to install CentOS to. | ||
Select {{mono|I will configure partitioning}} under {{mono|Other Storage Options}} then click {{mono|Done}}. | Select {{mono|I will configure partitioning}} under {{mono|Other Storage Options}} then click {{mono|Done}}. | ||
Remove existing partitions if needed. Then | Remove existing partitions if needed. Then create the partitions according to the table on the right. | ||
Click {{mono|Done}}. | Click {{mono|Done}}. |
Latest revision as of 01:47, 30 September 2018
UNDER CONSTRUCTION: The document is currently being modified! |
Notes for installing and configuring oVirt using a self-hosted engine for a homelab environment.
Introduction
oVirt is a free, open-source virtualization management platform. It allows centralized management of virtual machines, compute, storage and networking resources, from an easy-to-use web-based front-end with platform independent access. oVirt consists of two basic components, oVirt engine and oVirt node. The oVirt engine can be installed on a standalone server, or can be hosted on a cluster of nodes themselves inside a virtual machine (self-hosted engine). The frontend for engine can be accessed through a webadmin portal for administration, or a user portal with privileges, and features that can be fine tuned. An oVirt node is a server running RHEL, CentOS or Fedora, with KVM hypervisor enabled and a VDSM (Virtual Desktop and Server Manager) daemon started. VDSM controls all resources available to the node (compute, storage, networking) and virtual machines running on it and is also responsible for providing feedback to the engine about all initiated operations.
Testing was done on my Dell PowerEdge R620, the following image was used:
CentOS-7-x86_64-Minimal-1804.iso |
Installation
Insert the CentOS boot media into the machine and reboot (or power on) the machine, booting from the inserted media.
From the boot menu, select Install CentOS.
If kernel parameters are required you can press <TAB>, separating parameters by a space. |
After booting into the installation select the language that is appropriate and Continue.
Click on Date & Time and select a time zone then click Done.
Click on Keyboard and select a keyboard then click Done.
Partitioning
Mountpoint | Size | Volume Group | Logical Volume | Type |
---|---|---|---|---|
/boot/efi | 256M | — | — | EFI |
/boot | 256M | — | — | Standard |
swap | 8G | natasha | swap | LVM |
/ | 48G | natasha | root | LVM |
Click on Installation Destination.
From this screen, select the local standard disk to install CentOS to.
Select I will configure partitioning under Other Storage Options then click Done.
Remove existing partitions if needed. Then create the partitions according to the table on the right.
Click Done.
Finalize Installation
Click on Begin Installation in the bottom right.
Click Root Password in order to set the password for the root account.
Once the installation is finished click on Reboot.