summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorArne Wiebalck <Arne.Wiebalck@cern.ch>2021-12-06 15:23:21 +0100
committerArne Wiebalck <Arne.Wiebalck@cern.ch>2022-01-10 11:31:33 +0100
commit7f15455d8d106a7d7ecdbc90e96f06d7e322ac4f (patch)
tree8860020dbd081d0ce7cc2130e639389da3436e97 /setup.cfg
parentfa5cccd137252150b357d54030492340f603f14a (diff)
downloadironic-python-agent-7f15455d8d106a7d7ecdbc90e96f06d7e322ac4f.tar.gz
Burn-in: Dynamic network pairing
Pair nodes dynamically via a distributed coordination backend for network burn-in. The algorithm uses a group to pair nodes: after acquiring a lock, a first node joins the group, releases the lock, waits for a second node, then they both leave, and release the lock for the next pair. Story: #2007523 Task: #42796 Change-Id: I572093b144bc90a49cd76929c7e8685ed45d9f6e
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 5662cf1b..06d22479 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -64,3 +64,7 @@ api_doc_dir = contributor/api
tag_build =
tag_date = 0
tag_svn_revision = 0
+
+[extras]
+burnin-network-kazoo =
+ kazoo>=2.8.0 # Apache-2.0