Update the template_version alias for all the templates to pike.
[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       # OpenSSL trusted CAs
13       - /etc/pki/ca-trust/extracted:/etc/pki/ca-trust/extracted:ro
14       - /etc/pki/tls/certs/ca-bundle.crt:/etc/pki/tls/certs/ca-bundle.crt:ro
15       - /etc/pki/tls/certs/ca-bundle.trust.crt:/etc/pki/tls/certs/ca-bundle.trust.crt:ro
16       - /etc/pki/tls/cert.pem:/etc/pki/tls/cert.pem:ro
17       # Syslog socket
18       - /dev/log:/dev/log