VNC console support for Ironic driver
Leverage Ironic VNC console support to enable graphical console support on baremetal instances.
Blueprint information
- Status:
- Not started
- Approver:
- sean mooney
- Priority:
- Undefined
- Drafter:
- Mathieu Mitchell
- Direction:
- Approved
- Assignee:
- Mathieu Mitchell
- Definition:
- Approved
- Series goal:
- Accepted for antelope
- Implementation:
- Deferred
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
As part of the initiative to offer graphical console access to baremetal nodes, this change suggests making use of Ironic's graphical console capabilities within Nova, through a virt driver's ``get_vnc_console`` method.
The ironic virt driver would call Ironic's ``get-graphical
To allow backward compatibility, ``get_vnc_console`` should raise ``ConsoleNotFou
* Ironic is running a version prior to the introduction of the graphical console calls
* ``get-graphical
* ``set-graphical
Gerrit topic: https:/
Addressed by: https:/
DNM PoC Enable VNC console access to Ironic nodes
[20230116 bauzas] Spec approved for 2023.1 cycle https:/
[20230307 bauzas] Deferred as implementation not merged in 2023.1
Work Items
Work items:
Implement get_vnc_console (incl. integration tests): TODO
Allow autostart if console is down: TODO