Comment 2 for bug 1999664

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

Reviewed: https://review.opendev.org/c/starlingx/stx-puppet/+/867673
Committed: https://opendev.org/starlingx/stx-puppet/commit/1111904ce992a2b11cd123cbba5f6b57f77c427e
Submitter: "Zuul (22348)"
Branch: master

commit 1111904ce992a2b11cd123cbba5f6b57f77c427e
Author: Rei Oliveira <email address hidden>
Date: Wed Dec 14 12:53:12 2022 -0300

    Make '/etc/pki' and children directories 755

    It was suggested in a code review that directories should be 755.
    To keep consistency with previous stx versions as well, it makes sense
    to have change it to 755 in order to avoid unintended side effects.

    This change affects the whole dir hierarchy:

    /etc/pki
    /etc/pki/ca-trust
    /etc/pki/ca-trust/source
    /etc/pki/ca-trust/source/anchors

    Test plan:

    PASS: Add a ssl_ca certificate with system certificate-install and
          verify that certificates where added to
          etc/pki/ca-trust/source/anchors/ca-cert.crt in a compute node.
    PASS: Run a full deploy of a standard lab and verify that compute nodes
          become unlocked and available.

    Closes-Bug: 1999664

    Signed-off-by: Rei Oliveira <email address hidden>
    Change-Id: I2a8bdbe1ca4b13275f85ef54bf261213cc6728bf