Comment 1 for bug 1851569

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to utilities (master)

Reviewed: https://review.opendev.org/693272
Committed: https://git.openstack.org/cgit/starlingx/utilities/commit/?id=01c7f51607431ef3e64df71ca2be2984aa8ef2d9
Submitter: Zuul
Branch: master

commit 01c7f51607431ef3e64df71ca2be2984aa8ef2d9
Author: Jim Gauld <email address hidden>
Date: Wed Nov 6 18:33:14 2019 -0500

    Correct K8S and docker affinity on AIO

    This updates K8S cpuset affinity on AIO when kubernetes cpu
    manager policy is configured to 'none' (i.e., the default setting)
    and openstack-compute-node is not configured.

    This update makes K8s pods float on all cores instead of being
    reaffined to platform cores. This is done since kubernetes cannot
    isolate kube-system platform versus application pods.

    This update affines docker uwsgi tasks to platform cores.

    Change-Id: Iee40f747025c9777f80a94fe96b7c90e91d017e6
    Closes-bug: 1851569
    Signed-off-by: Jim Gauld <email address hidden>