nodepool/releasenotes/notes/node-metadata-e1e822b49464f51a.yaml
David Shrewsbury 16325d5c4c Add arbitrary node attributes config option
This config option, available under each provider pool section, can
contain static key-value pairs that will be stored in ZooKeeper on
each Node znode. This will allow us to pass along abitrary data from
nodepool to any user of nodepool (specifically, zuul). Initially, this
will be used to pass along zone information to zuul executors.

Change-Id: I126d37a8c0a4f44dca59c11f76a583b9181ab653
2018-11-29 09:35:59 -05:00

8 lines
278 B
YAML

---
features:
- |
A new configuration option is available under the 'pools' attribute
of an OpenStack provider. This config value, 'node-attributes', can contain
a dictionary of arbitrary key-value pairs and will be stored with the
node data within ZooKeeper.