Create /var/log/containers on Swift storage-only nodes

This directory is missing when deploying standalone Swift storage nodes,
and thus the following Ansible task to create a link fails.

Closes-Bug: 1736109
Change-Id: If09f3b9942e4f44e398563c044e9c70101fef367
This commit is contained in:
Christian Schwede 2017-12-04 11:10:45 +01:00
parent f25a2a5414
commit d76092184e

View File

@ -448,6 +448,7 @@ outputs:
with_items:
- /srv/node
- /var/log/swift
- /var/log/containers
- name: Create swift logging symlink
file:
src: /var/log/swift