ironic/releasenotes/notes/no-deploy-rpc-dec8ee1d0326d1ad.yaml
Dmitry Tantsur 18d016f796 Avoid RPC notify_conductor_resume_{deploy,clean} in agent_base
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
2021-12-06 12:38:04 +01:00

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.