16325d5c4c
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
8 lines
278 B
YAML
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.
|