Comment 4 for bug 1824563

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

Reviewed: https://review.openstack.org/652719
Committed: https://git.openstack.org/cgit/openstack/stx-config/commit/?id=26b34909d038675fb86b526ce4da5ab935bbdf57
Submitter: Zuul
Branch: master

commit 26b34909d038675fb86b526ce4da5ab935bbdf57
Author: Jim Gauld <email address hidden>
Date: Mon Apr 15 12:12:39 2019 -0400

    Fix kubernetes k8s-infra cpuset.cpus mangled values

    The platform kubernetes cgroup configured value for cpuset.cpus
    (i.e., /sys/fs/cgroup/cpuset/k8s-infra/cpuset.cpus) is sometimes
    incorrect. The cpulist values are correct in hierdata, but are
    mangled when used by puppet. Solution is to wrap the values in
    quotes, like we do for various other parameters.

    This bug was introduced by this code:
     https://review.openstack.org/#/c/648511/

    Change-Id: Ic49090502242cc1f59dd09afad0db46cc9e399c2
    Closes-Bug: 1824563
    Signed-off-by: Jim Gauld <email address hidden>