diff options
author | Bogdan Dobrelya <bdobreli@redhat.com> | 2017-08-02 14:48:26 +0200 |
---|---|---|
committer | Bogdan Dobrelya <bdobreli@redhat.com> | 2017-08-21 08:56:29 +0200 |
commit | 8a03456056b22a0abff470dfd81334e369ae4cbc (patch) | |
tree | 7d465a2119026cc4c80b137dbdbb3ae617833a5c /roles/ControllerOpenstack.yaml | |
parent | 5feec1d76151a604833260edc202e67cf87251e6 (diff) |
Add logrotate with crond service
Add a docker service template to provide containerized services
logs rotation with a crond job.
Add OS::TripleO::Services::LogrotateCrond to CI multinode-containers
and to all environments among with generic services like Ntp or Kernel.
Set it to OS::Heat::None for non containerized environments and
only enable it to the environments/docker.yaml.
Closes-bug: #1700912
Change-Id: Ic94373f0a0758e9959e1f896481780674437147d
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
Diffstat (limited to 'roles/ControllerOpenstack.yaml')
-rw-r--r-- | roles/ControllerOpenstack.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/ControllerOpenstack.yaml b/roles/ControllerOpenstack.yaml index 30ca3d31..fdbec599 100644 --- a/roles/ControllerOpenstack.yaml +++ b/roles/ControllerOpenstack.yaml @@ -80,6 +80,7 @@ - OS::TripleO::Services::NovaScheduler - OS::TripleO::Services::NovaVncProxy - OS::TripleO::Services::Ntp + - OS::TripleO::Services::ContainersLogrotateCrond - OS::TripleO::Services::OctaviaApi - OS::TripleO::Services::OctaviaHealthManager - OS::TripleO::Services::OctaviaHousekeeping |