Comment 2 for bug 1972032

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

Reviewed: https://review.opendev.org/c/starlingx/ansible-playbooks/+/840927
Committed: https://opendev.org/starlingx/ansible-playbooks/commit/bb2a6441aa959d560799e684f8a3439b55f35ec3
Submitter: "Zuul (22348)"
Branch: master

commit bb2a6441aa959d560799e684f8a3439b55f35ec3
Author: Joao Victor Portal <email address hidden>
Date: Fri May 6 12:38:54 2022 -0300

    Fix custom audit-policy-file mount

    Custom audit policy files defined in bootstrap YAML overrides are
    being mounted twice. This is corrected in this change.

    Test Plan:

    PASS: Successfully deploy an AIO-SX using an image with this commit
    present, with the bootstrap YAML overrides containing a custom audit
    policy file defined in "apiserver_extra_volumes" list and pointed by
    "audit-policy-file" in "apiserver_extra_args" dict.
    PASS: In the deployed AIO-SX, verify that the Kubernetes audit log is
    enabled and working correctly.

    Closes-Bug: 1972032
    Signed-off-by: Joao Victor Portal <email address hidden>
    Change-Id: Ie5faeb614f24c6caabe307fbffcd82136df0a1a0