summaryrefslogtreecommitdiff
path: root/requirements.txt
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 /requirements.txt
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 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index cadb5c30..3badcd0e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -20,3 +20,4 @@ tenacity>=6.2.0 # Apache-2.0
ironic-lib>=5.1.0 # Apache-2.0
Werkzeug>=1.0.1 # BSD License
cryptography>=2.3 # BSD/Apache-2.0
+tooz>=2.7.2 # Apache-2.0