76b1a7a16f
This creates a daemon 'pm-qos-mgr' that monitors kubelet cpu-manager static cpu assignments and modifies PM QoS CPU wakeup latency to govern the C-states per CPU. Guaranteed pods with exclusive CPUs get "low" cpu wakeup latency policy (the c-state is capped at C1). Remaining pods (i.e., with default CPUs) get "high" cpu wakeup latency policy, so the cpu may go into higher c-state if idle. Change-Id: I8470217dc53b6a7912b5023d8c0b04d966357222 Closes-Bug: 1830545 Signed-off-by: Jim Gauld <james.gauld@windriver.com>
49 lines
629 B
PHP
49 lines
629 B
PHP
# List of packages to be included/installed in ISO
|
|
# If these have dependencies, they will be pulled in automatically
|
|
#
|
|
|
|
# worker-utils
|
|
worker-utils
|
|
|
|
# workerconfig
|
|
workerconfig
|
|
workerconfig-standalone
|
|
workerconfig-subfunction
|
|
|
|
# controllerconfig
|
|
controllerconfig
|
|
|
|
# storageconfig
|
|
storageconfig
|
|
|
|
# cgts-client
|
|
cgts-client
|
|
|
|
# sysinv-agent
|
|
sysinv-agent
|
|
|
|
# sysinv
|
|
sysinv
|
|
|
|
# config-gate
|
|
config-gate
|
|
config-gate-worker
|
|
|
|
# puppet-manifests
|
|
puppet-manifests
|
|
|
|
# ansible
|
|
sshpass
|
|
python2-ptyprocess
|
|
python2-pexpect
|
|
ansible
|
|
|
|
# playbookconfig
|
|
playbookconfig
|
|
|
|
# Platform helm charts
|
|
stx-platform-helm
|
|
|
|
# PM QoS cpu latency manager
|
|
pm-qos-mgr
|