summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-socat-console-ipmitool-ab4402ec976c5c96.yaml
diff options
context:
space:
mode:
authorYuiko Takada Mori <y-mori@ti.jp.nec.com>2016-07-14 11:17:24 +0900
committerYuiko Takada Mori <y-mori@ti.jp.nec.com>2016-07-25 16:42:31 +0900
commit857372a2269cdd0f8a1ae5b9e9f6e0ee193f01be (patch)
tree1122c42539261555df32f8b710f20989d9018362 /releasenotes/notes/add-socat-console-ipmitool-ab4402ec976c5c96.yaml
parent22a80f77c578b4c10298ee16daf351fd5bfc25d4 (diff)
downloadironic-857372a2269cdd0f8a1ae5b9e9f6e0ee193f01be.tar.gz
IPMITool: add IPMISocatConsole and IPMIConsole class
IPMISocatConsole is a new console interface class using ipmitool and socat. It has the same APIs of IPMIShellinaboxConsole class and provides TCP4/TCP6 connection service to connect serial-on-LAN of nodes. IPMIConsole is a new console interface class using ipmitool and used as parent class of IPMIShellinaboxConsole and IPMISocatConsol class. This patch set implements new console driver interfaces IPMISocatConsole. To use PXE + IPMItool + socat, specify pxe_ipmitool_socat. To use IPA + IPMItool + socat, specify agent_ipmitool_socat. Spec: https://review.openstack.org/#/c/319505/ Partial-Bug: #1553083 Change-Id: I35a7dcb7e89baf16d096501fd44dbc12adc8c61e
Diffstat (limited to 'releasenotes/notes/add-socat-console-ipmitool-ab4402ec976c5c96.yaml')
-rw-r--r--releasenotes/notes/add-socat-console-ipmitool-ab4402ec976c5c96.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/add-socat-console-ipmitool-ab4402ec976c5c96.yaml b/releasenotes/notes/add-socat-console-ipmitool-ab4402ec976c5c96.yaml
new file mode 100644
index 000000000..3fbc66ab9
--- /dev/null
+++ b/releasenotes/notes/add-socat-console-ipmitool-ab4402ec976c5c96.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - Adds support for socat-based serial console to ipmitool-based drivers.
+ These are available by using the agent_ipmitool_socat and
+ pxe_ipmitool_socat drivers.