nodepool/releasenotes/notes/metastatic-node-attributes-900d688f5ec9c269.yaml
James E. Blair cb8366d70c Use backing node attributes as metastatic default
To support the use case where one has multiple pools providing
metastatic backing nodes, and those pools are in different regions,
and a user wishes to use Zuul executor zones to communicate with
whatever metastatic nodes eventually produced from those regions,
this change updates the launcher and metastatic driver to use
the node attributes (where zuul executor region names are specified)
as default values for metastatic node attributes.  This lets users
configure nodepool with zuul executor zones only on the backing pools.

Change-Id: Ie6bdad190f8f0d61dab0fec37642d7a078ab52b3
Co-Authored-By: Benedikt Loeffler <benedikt.loeffler@bmw.de>
2023-11-27 10:34:24 -08:00

9 lines
303 B
YAML

---
features:
- |
The metastatic driver will now automatically use the
`node-attributes` from backing nodes as default values for
`node-attributes` of metastatic nodes. Any `node-attribute`
values specified in the metastatic pool config will override those
from the backing node.