4dfde43b25
Change-Id: I932157f80f58d17ce66df60fde31bb812f74d05f
15 lines
772 B
YAML
15 lines
772 B
YAML
---
|
|
upgrade:
|
|
- Ironic no longer supports agent lookup/heartbeats as vendor passthru
|
|
methods. All out-of-tree drivers must be updated to use
|
|
``AgentDeployMixin`` classes directly without relying on
|
|
``BaseAgentVendor`` class and other classes that were inheriting from it
|
|
(e.g. ``agent.AgentVendorInterface`` and ``iscsi_deploy.VendorPassthru``).
|
|
|
|
This means that ironic is incompatible with deploy ramdisks based on Ironic
|
|
Python Agent (IPA) < 1.5.0. Operators must update their IPA-based deploy
|
|
ramdisks in this case. Operators using non-IPA based deploy ramdisks which
|
|
use ironic lookup/heartbeats functionality must update their ramdisks to
|
|
use the top level ironic lookup/heartbeats REST API, available since ironic
|
|
API v1.22.
|