Comment 4 for bug 1821579

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to kolla-ansible (master)

Reviewed: https://review.openstack.org/647410
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=8c4ab41ffa502a58714819e0407f3c17e6fde7d0
Submitter: Zuul
Branch: master

commit 8c4ab41ffa502a58714819e0407f3c17e6fde7d0
Author: Mark Goddard <email address hidden>
Date: Mon Mar 25 11:39:41 2019 +0000

    Check configuration file permissions in CI

    Typically, non-executable files should have 660 or 600 and executable
    files and directories should have 770. All should be owned by the
    'config_owner_user' and 'config_owner_group' variables.

    This change adds a script to check the owner and permissions of config
    files under /etc/kolla, and runs it at the end of CI jobs.

    Change-Id: Icdbabf36e284b9030017a0dc07b9dc81a37758ab
    Related-Bug: #1821579