tripleo-heat-templates/releasenotes/notes/add-mistral-volumes-param-a97418faf7a09022.yaml
Steve Baker afba68e50a Undercloud specific volumes for mistral-executor container
This fixes the issue where the nova config was being mounted into the
mistral-executor, even though that is only needed for the undercloud.

The second parameter MistralExecutorExtraVolumes is provided so that
users can provide their own extra mounts without overwriting
MistralExecutorVolumes.

Once this mechanism lands, it can also be used to mount the extra
directories which CI needs to modify container images during
deployment, therefor this change is part of

Blueprint: container-prepare-workflow
Change-Id: I88612465d87f24a42e78e5f87a2d6b44b9335b11
2018-06-29 09:21:22 +12:00

8 lines
271 B
YAML

---
features:
- |
The parameter MistralExecutorExtraVolumes can be set to add volume mounts
into the undercloud mistral-executor container. This allows workflows to
have access to the required files for custom tasks such as rebuilding
container images.