Comment 11 for bug 1871734

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-heat-templates (stable/train)

Reviewed: https://review.opendev.org/722786
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=c2e22af3e9267dad55b01a214d560afa779ebc4c
Submitter: Zuul
Branch: stable/train

commit c2e22af3e9267dad55b01a214d560afa779ebc4c
Author: Alex Schultz <email address hidden>
Date: Mon Apr 13 13:12:27 2020 -0600

    Exclude /etc/puppet from config generation

    When we run the container puppet process, we nuke /etc/puppet in the
    container and sync it in from the system. Since this is not part of the
    actual configuration, we're getting changes to the hieradata which is
    causing unnecessary container restarts.

    Change-Id: I9e770a2e3342fbd9617ae4a59c7e617f84e9233d
    Related-Bug: #1871734
    (cherry picked from commit f8eb0a8fa04d96660a6f03e4187a1f246f0694f0)