From ea4188cb4a3ce8d5febe9121374e15646b8c0cb4 Mon Sep 17 00:00:00 2001 From: Oliver Walsh Date: Thu, 29 Jun 2017 13:59:26 +0100 Subject: Add support for running crontabs in containers This change enables the puppet cron resource in docker-puppet.py and adds user crontabs to the paths copied from the config containers. Only the nova crontab is configured for now. Other services will require similar changes to run their crontabs. Partial-Bug: 1701254 Change-Id: I2d1d0f0d77908a132472cf4bc475f8bd526af504 Depends-On: Ie16fb4539481a3c192cff8220a97daa4c70467fc --- docker/services/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/services/README.rst') diff --git a/docker/services/README.rst b/docker/services/README.rst index 84ac842e..ce255ba8 100644 --- a/docker/services/README.rst +++ b/docker/services/README.rst @@ -74,7 +74,7 @@ are re-asserted when applying latter ones. * puppet_tags: Puppet resource tag names that are used to generate config files with puppet. Only the named config resources are used to generate a config file. Any service that specifies tags will have the default - tags of 'file,concat,file_line,augeas' appended to the setting. + tags of 'file,concat,file_line,augeas,cron' appended to the setting. Example: keystone_config * config_volume: The name of the volume (directory) where config files -- cgit 1.2.3-korg