kolla-ansible/releasenotes/notes/bifrost-persistent-logs-889cb58bf0f22c18.yaml
Mark Goddard bf8eb4809a Mount kolla_logs volume in bifrost_deploy
Using a kolla_logs volume ensures that logs are persistent beyond the
lifespan of the bifrost_deploy container. This is necessary to support
upgrading the bifrost services. It also opens the possibility of log
forwarding, although we do not currently deploy a fluentd container on
the bifrost host.

Change-Id: If3118cd75ccc87b0d003d5f382695aeaa43ed0f8
Partially-implements: blueprint bifrost-upgrade
2017-12-30 12:31:38 +00:00

7 lines
226 B
YAML

---
features:
- |
Adds a ``kolla_logs`` Docker volume for storing logs generated by services
running in the ``bifrost_deploy`` container on the deployment host. These
logs are not currently processed by fluentd.