Comment 4 for bug 1838778

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ansible-playbooks (r/stx.2.0)

Reviewed: https://review.opendev.org/678229
Committed: https://git.openstack.org/cgit/starlingx/ansible-playbooks/commit/?id=b3d8c0a2e95f4f5d5d200bcaca382af847aacc8f
Submitter: Zuul
Branch: r/stx.2.0

commit b3d8c0a2e95f4f5d5d200bcaca382af847aacc8f
Author: Steven Webster <email address hidden>
Date: Tue Aug 13 10:11:16 2019 -0500

    Add wildcard toleration to sriov CNI daemonsets

    An issue was seen with a user specified taint having the effect
    of preventing the sriov CNI pods from scheduling.

    Since these plugins go hand-in-hand with the Multus CNI plugin,
    this commit aligns with the tolerations of Multus. That is, all
    NoSchedule taints are tolerated.

    Closes-Bug: #1838778

    Change-Id: Iba7177b6e8a39e6713ea60d42c908dfd3d50ea8b
    Signed-off-by: Steven Webster <email address hidden>
    (cherry picked from commit d124d1a52b8f2dda9892e1bdd237781e78886571)