18d016f796
Currently we use an RPC call to the conductor itself to proceed to the next clean or deploy step. This is unnecessary and requires temporary lifting the lock, potentially causing race conditions. This change makes the agent code use continue_node_{deploy,clean} directly. The drivers still need updating, it will be done later. Story: #2008167 Task: #40922 Change-Id: If4763d542029b9021432425532f24a0228f04c25
6 lines
159 B
YAML
6 lines
159 B
YAML
---
|
|
other:
|
|
- |
|
|
The agent deploy and cleaning code no longer uses an RPC call to the same
|
|
conductor when proceeding to the next deploy or clean step.
|