39 lines
788 B
Text
39 lines
788 B
Text
|
# Anaconda configuration file for oVirt Node Next.
|
||
|
|
||
|
[Profile]
|
||
|
# Define the profile.
|
||
|
profile_id = ovirt
|
||
|
base_profile = centos
|
||
|
|
||
|
[Profile Detection]
|
||
|
# Match os-release values.
|
||
|
os_id = centos
|
||
|
variant_id = ovirt-node
|
||
|
|
||
|
[Storage]
|
||
|
default_scheme = LVM_THINP
|
||
|
default_partitioning =
|
||
|
/ (min 6 GiB)
|
||
|
/home (size 1 GiB)
|
||
|
/tmp (size 1 GiB)
|
||
|
/var (size 5 GiB)
|
||
|
/var/crash (size 10 GiB)
|
||
|
/var/log (size 8 GiB)
|
||
|
/var/log/audit (size 2 GiB)
|
||
|
/var/tmp (size 10 GiB)
|
||
|
swap
|
||
|
|
||
|
[Storage Constraints]
|
||
|
root_device_types = LVM_THINP
|
||
|
must_not_be_on_root = /var
|
||
|
req_partition_sizes =
|
||
|
/var 5 GiB
|
||
|
/var/tmp 10 GiB
|
||
|
/boot 1 GiB
|
||
|
|
||
|
[User Interface]
|
||
|
hidden_spokes = UserSpoke
|
||
|
|
||
|
[Payload]
|
||
|
default_source = CLOSEST_MIRROR
|