ironic/releasenotes/notes/no-ssh-drivers-6ee5ff4c3ecdd3fb.yaml
Pavlo Shchelokovskyy 3d9895cc0b Remove SSH-based driver interfaces and drivers
SSH drivers are being unsupported for about a year now. All current
stable branches of ironic are officially supporting IPMI-capable HW
simulation via virtualbmc.
All ironic-related gate jobs have already been switched
to not use or enable those drivers.

This patch finally removes SSH-based power and managemtnt driver interfaces
and all classic drivers using those from ironic code and documentation.
Related exceptions and `ssh_connect` function, together with dependency
on `paramiko` package are removed as well.

Change-Id: Ieda7249b9cd78e3be1eff37804996295fc8d3969
Closes-Bug: #1570301
Depends-On: I9b60c9fa24652e9e64e787cd4e5b0152f51e7a28
2017-08-01 12:39:39 +00:00

10 lines
380 B
YAML

---
upgrade:
- |
SSH-based power and management driver interfaces were removed from ironic.
The drivers ``pxe_ssh``, ``agent_ssh`` and ``fake_ssh`` are no longer
available.
Operators are required to ensure that these drivers are not used
or enabled (in ``[DEFAULT]enabled_drivers`` configuration file option)
in their ironic installation before upgrade.