Merge "Add VNC console support for the Ironic driver"

This commit is contained in:
Zuul
2026-02-23 19:04:09 +00:00
committed by Gerrit Code Review
8 changed files with 282 additions and 1 deletions
@@ -0,0 +1,11 @@
---
features:
- |
The Ironic driver now supports VNC consoles when available. The
pre-requesites for this being available for a node is:
- Ironic is configured to enable graphical consoles
- The node ``console_interface`` is a graphical driver such as
``redfish-graphical`` or ``fake-graphical``
- ``nova-novncproxy`` can make network connections to the VNC servers
which run adjacent to ``ironic-conductor``