aboutsummaryrefslogtreecommitdiffstats
path: root/docker/services/containers-common.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docker/services/containers-common.yaml')
-rw-r--r--docker/services/containers-common.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/docker/services/containers-common.yaml b/docker/services/containers-common.yaml
new file mode 100644
index 00000000..a357ceb6
--- /dev/null
+++ b/docker/services/containers-common.yaml
@@ -0,0 +1,11 @@
+heat_template_version: ocata
+
+description: >
+ Contains a static list of common things necessary for containers
+
+outputs:
+ volumes:
+ description: Common volumes for the containers.
+ value:
+ - /etc/hosts:/etc/hosts:ro
+ - /etc/localtime:/etc/localtime:ro