a9912a1fb38e50371c3c9cb1781df8733691f594
[apex-tripleo-heat-templates.git] / docker / services / containers-common.yaml
1 heat_template_version: pike
2
3 description: >
4   Contains a static list of common things necessary for containers
5
6 outputs:
7   volumes:
8     description: Common volumes for the containers.
9     value:
10       - /etc/hosts:/etc/hosts:ro
11       - /etc/localtime:/etc/localtime:ro
12       # required for bootstrap_host_exec
13       - /etc/puppet:/etc/puppet:ro
14       # OpenSSL trusted CAs
15       - /etc/pki/ca-trust/extracted:/etc/pki/ca-trust/extracted:ro
16       - /etc/pki/tls/certs/ca-bundle.crt:/etc/pki/tls/certs/ca-bundle.crt:ro
17       - /etc/pki/tls/certs/ca-bundle.trust.crt:/etc/pki/tls/certs/ca-bundle.trust.crt:ro
18       - /etc/pki/tls/cert.pem:/etc/pki/tls/cert.pem:ro
19       # Syslog socket
20       - /dev/log:/dev/log