octavia/elements/cpu-pinning
Gregory Thiemonge 4e6e8f0c0e Add support for Rocky Linux
* Added support for Rocky Linux in the amphora-agent
* Amphora images for Rocky can be built when setting
  OCTAVIA_AMP_BASE_OS="rocky"
* Fixed the devstack plugin for Rocky Linux hosts

Change-Id: I41f7e2341332b9cb74b4a59fedb6eed1af3c8062
2023-05-23 09:49:25 +02:00
..
environment.d Add support for Rocky Linux 2023-05-23 09:49:25 +02:00
post-install.d Add cpu-pinning element 2022-12-08 11:59:32 +01:00
static/etc/tuned Add cpu-pinning element 2022-12-08 11:59:32 +01:00
README.rst Add cpu-pinning element 2022-12-08 11:59:32 +01:00
element-deps Add cpu-pinning element 2022-12-08 11:59:32 +01:00
package-installs.yaml Add cpu-pinning element 2022-12-08 11:59:32 +01:00
svc-map Add cpu-pinning element 2022-12-08 11:59:32 +01:00

README.rst

Element to enable optimizations for vertical scaling

This element configures the Linux kernel to isolate all but the first vCPU of the system, so that they are used by HAProxy threads exclusively. It also installs and activates a customized TuneD profile that should further tweak vertical scaling performance.