tripleo-heat-templates/docker
Alex Schultz e0485ea44f Update ro excludes
When container-puppet.sh (or docker-puppet.sh) runs, we always bind
mount in certain directories and files. However if these files change
while we're running the puppet execution externally on the host, they
end up being copied to our puppet-generated path. This path is copied
into the container when kolla starts up. Because we re-mount these same
paths in the end container as read-only, kolla will try and update the
read-only mount which errors. This change updates our rsync excludes to
include:

 * /etc/pki/ca-trust/extracted
 * /etc/pki/ca-trust/source/anchors
 * /etc/pki/tls/certs/ca-bundle.crt
 * /etc/pki/tls/certs/ca-bundle.trust.crt
 * /etc/pki/tls/cert.pem
 * /etc/hosts
 * /etc/localtime

Conflicts:
        common/container-puppet.sh

Change-Id: I858a7b8745688c6271b01795460ab4adbf3f2be5
Closes-Bug: #1860607
(cherry picked from commit 36ea0148e8)
2020-02-07 07:49:59 -07:00
..
services Remove stray conditional from aodh-evaluator tasks 2020-02-04 18:38:22 +00:00
docker-puppet.py Update ro excludes 2020-02-07 07:49:59 -07:00
docker-toool Set ulimit for neutron agent containers 2018-04-06 21:54:17 +05:30
README-containers.md Replace outdated instruction with link to upstream doc 2017-07-10 16:32:58 +02:00