afba68e50a
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
8 lines
271 B
YAML
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.
|