From 41b2fe4ec41d0cefa7aa1cdbd092ea3ab5a5838f Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Tue, 29 Jun 2021 17:16:28 -0400 Subject: [PATCH] tuned: install cpu-partitioning profile by default To match with what we find in the overcloud image, let's install tuned-profiles-cpu-partitioning so when not using the image (in standalone, or on an undercloud or just with already deployed servers), the rpm will be there already and the profile can be used. Closes-Bug: #1934017 Change-Id: I6f7f54b469b8fe36f338fbb3f18e032baf5ecc84 (cherry picked from commit d255de04e4fe32a5ebadef1e2114587b72d1aee0) (cherry picked from commit c799b536f804457b7bb87cb4e34e88dfb090e230) (cherry picked from commit 67ed61cc775e0898d0c7358c7a59754d289ec2b6) (cherry picked from commit 85b293cf87af54394fa209365d66e7cc4b9b3d87) --- tripleo_ansible/roles/tuned/vars/redhat.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tripleo_ansible/roles/tuned/vars/redhat.yml b/tripleo_ansible/roles/tuned/vars/redhat.yml index d7b80e48c..03e02d908 100644 --- a/tripleo_ansible/roles/tuned/vars/redhat.yml +++ b/tripleo_ansible/roles/tuned/vars/redhat.yml @@ -16,3 +16,4 @@ _tuned_system_packages: - tuned + - tuned-profiles-cpu-partitioning