summaryrefslogtreecommitdiff
path: root/doc/source/admin/drivers/ilo.rst
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2019-03-13 10:55:43 +0000
committerGerrit Code Review <review@openstack.org>2019-03-13 10:55:43 +0000
commit6c3a73d32573a7aba353de47ec4cd5dc5d0abd55 (patch)
tree6167d1aa31550e5e0dc575dd2033d24ab9f290af /doc/source/admin/drivers/ilo.rst
parent237f28f9103033731323dc0bb8a7c7d4e5c96d87 (diff)
parent8f8be9decf2eae129718b6fcf91623bb4e3b25e6 (diff)
downloadironic-6c3a73d32573a7aba353de47ec4cd5dc5d0abd55.tar.gz
Merge "[docs] IPv6 support for iLO"
Diffstat (limited to 'doc/source/admin/drivers/ilo.rst')
-rw-r--r--doc/source/admin/drivers/ilo.rst23
1 files changed, 21 insertions, 2 deletions
diff --git a/doc/source/admin/drivers/ilo.rst b/doc/source/admin/drivers/ilo.rst
index 1c9580918..01332e82c 100644
--- a/doc/source/admin/drivers/ilo.rst
+++ b/doc/source/admin/drivers/ilo.rst
@@ -53,6 +53,7 @@ The hardware type ``ilo`` supports following HPE server features:
* `Inject NMI support`_
* `Soft power operation support`_
* `BIOS configuration support`_
+* `IPv6 support`_
Apart from above features hardware type ``ilo5`` also supports following
features:
@@ -317,9 +318,9 @@ Prerequisites
which contains a set of modules for managing HPE ProLiant hardware.
Install ``proliantutils`` module on the ironic conductor node. Minimum
- version required is 2.7.0::
+ version required is 2.8.0::
- $ pip install "proliantutils>=2.7.0"
+ $ pip install "proliantutils>=2.8.0"
* ``ipmitool`` command must be present on the service node(s) where
``ironic-conductor`` is running. On most distros, this is provided as part
@@ -1846,6 +1847,24 @@ to create the server using selected node::
.. note::
Supported raid levels for ``ilo5`` hardware type are: 0, 1, 5, 6, 10, 50, 60
+IPv6 support
+^^^^^^^^^^^^
+With the IPv6 support in ``proliantutils>=2.8.0``, nodes can be enrolled
+into the baremetal service using the iLO IPv6 addresses.
+
+.. code-block:: console
+
+ openstack baremetal node create --driver ilo --deploy-interface direct \
+ --driver-info ilo_address=2001:0db8:85a3:0000:0000:8a2e:0370:7334 \
+ --driver-info ilo_username=test-user \
+ --driver-info ilo_password=test-password \
+ --driver-info ilo_deploy_iso=test-iso \
+ --driver-info ilo_rescue_iso=test-iso
+
+
+.. note::
+ No configuration changes (in e.g. ironic.conf) are required in order to
+ support IPv6.
.. _`ssacli documentation`: https://support.hpe.com/hpsc/doc/public/display?docId=c03909334
.. _`proliant-tools`: https://docs.openstack.org/diskimage-builder/latest/elements/proliant-tools/README.html