From e81ddeb685f494bfcfa592212fe8d44c9cc55862 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Thu, 13 Apr 2017 13:46:31 +0000 Subject: Introduce common resources for docker templates This enables common resources that the docker templates might need. The initial resource only is common volumes, and two volumes are introduced (localtime and hosts). Change-Id: Ic55af32803f9493a61f9b57aff849bfc6187d992 --- docker/services/containers-common.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docker/services/containers-common.yaml (limited to 'docker/services/containers-common.yaml') 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 -- cgit 1.2.3-korg