zuul/releasenotes/notes/executor-zones-54318b8ea2f7e195.yaml
Ricardo Carrillo Cruz 090e9d8cd5 Add support for zones in executors
Create a new config setting to allow zuul executors to be grouped into
zones. By default, this setting is disabled (set to None), to keep
backwards compat.

Story: 2001125
Task: 4817

Change-Id: I345ee2d0c004afa68858eb195189b56de3d41e97
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-11-29 13:05:20 -05:00

8 lines
288 B
YAML

---
features:
- |
One or more zuul executors can now be added to a :attr:`executor.zone`.
This is helpful if a cloud does not have any public IP addresses for
nodepool nodes. Now you'll be able to have a zuul executor on the same
private network as your nodepool nodes.