tripleo-heat-templates/common
Alex Schultz 36ea0148e8 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

Change-Id: I858a7b8745688c6271b01795460ab4adbf3f2be5
Closes-Bug: #1860607
2020-01-23 11:46:48 +01:00
..
services Manage all Keystone resources with Ansible 2020-01-06 22:33:05 +00:00
container-puppet.py Fix generation of TRIPLEO_CONFIG_HASH for services 2020-01-20 19:47:07 +01:00
container-puppet.sh Update ro excludes 2020-01-23 11:46:48 +01:00
container_startup_configs_tasks.yaml Do not log startup config output 2019-11-04 14:39:44 -07:00
deploy-steps-tasks-step-0.j2.yaml Merge "Execute deploy_steps_tasks per step" 2019-12-30 18:29:54 +00:00
deploy-steps-tasks-step-1.yaml container-puppet: remove deprecated directory & json files 2020-01-16 09:37:13 -05:00
deploy-steps-tasks.yaml Use async tasks for long running common tasks 2019-12-15 17:22:21 -05:00
deploy-steps.j2 container-puppet: remove deprecated directory & json files 2020-01-16 09:37:13 -05:00
post.j2.yaml Consolidate puppet/docker deployments with one deploy steps workflow 2017-08-11 17:25:02 +00:00