Resolves: rhbz#1091977 Resolves: rhbz#1091979 Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
25 lines
601 B
Text
25 lines
601 B
Text
# Tuned rules for recommend_profile.
|
|
#
|
|
# The 'virt' RE matches virt-what output.
|
|
# The 'system' RE matches /etc/system-release-cpe.
|
|
# Both 'virt' and 'system' needs to match for profile to match.
|
|
# If 'virt' or 'system' is not specified, it matches for every string.
|
|
# If 'virt' or 'system' is empty, i.e. 'virt=', it matches only empty string (alias for '^$').
|
|
# If several profiles matched, the first match is taken.
|
|
|
|
[atomic-host]
|
|
virt=
|
|
system=.*atomic.*
|
|
|
|
[atomic-guest]
|
|
virt=.+
|
|
system=.*atomic.*
|
|
|
|
[throughput-performance]
|
|
virt=
|
|
system=.*(computenode|server).*
|
|
|
|
[virtual-guest]
|
|
virt=.+
|
|
|
|
[balanced]
|