-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tripleo params to config hugepages
Use a simple single sized 2Mx257 pages that fit the flavor of test VM used in adoption CI. Disable hugepages when TLSe enabled as freeipa-server-container does not survive a host reboot required to apply kernel args. Signed-off-by: Bohdan Dobrelia <[email protected]>
- Loading branch information
Showing
8 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
parameter_defaults: | ||
NovaSchedulerEnabledFilters: | ||
- ComputeFilter | ||
- ComputeCapabilitiesFilter | ||
- ImagePropertiesFilter | ||
- ServerGroupAntiAffinityFilter | ||
- ServerGroupAffinityFilter | ||
- PciPassthroughFilter | ||
- NUMATopologyFilter | ||
StandaloneParameters: | ||
NovaReservedHugePages: ["node:0,size:2MB,count:1"] | ||
KernelArgsDeferReboot: true | ||
KernelArgs: "default_hugepagesz=2M hugepagesz=2M hugepages=258" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../standalone/hugepages.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters