diff options
author | Caio Oliveira <caiobo@lsd.ufcg.edu.br> | 2016-03-03 11:04:12 -0300 |
---|---|---|
committer | Thiago Paiva <thiagop@lsd.ufcg.edu.br> | 2016-03-03 11:49:22 -0300 |
commit | 547bd9df28b49a2deb1afa6a3348f507ba0163ac (patch) | |
tree | 099d4c1075b54fc88ce62b83c006645a1c1595fa /doc | |
parent | 30a60c9ba65a351c4e1a514eff854975a2395680 (diff) | |
download | ironic-547bd9df28b49a2deb1afa6a3348f507ba0163ac.tar.gz |
Updating docs with support for DL class servers
This patch updates the documentation with new supported Server Hardware class
(DL360 Gen9) and recommendations about installing python-oneviewclient to
enable the support.
This patch also corrects a misleading minimum version of python-oneviewclient on
L57.
Change-Id: I97460bfbd5467496ba3b21fbca55249b31d88d5c
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/drivers/oneview.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/source/drivers/oneview.rst b/doc/source/drivers/oneview.rst index bb2715d5b..bae5bf5c0 100644 --- a/doc/source/drivers/oneview.rst +++ b/doc/source/drivers/oneview.rst @@ -54,9 +54,10 @@ The following requirements apply for both ``iscsi_pxe_oneview`` and the communication between Ironic and OneView. Install the ``python-oneviewclient`` module to enable the communication. - Minimum version required is 2.0.1.:: + Minimum version required is 2.0.2 but it is recommended to install the most + up-to-date version.:: - $ pip install "python-oneviewclient>=2.0.1" + $ pip install "python-oneviewclient<3.0.0,>=2.0.2" Tested platforms ================ @@ -65,11 +66,12 @@ Tested platforms * The Enclosure used for testing was the ``BladeSystem c7000 Enclosure G2``. -* The drivers should work on HP Proliant Gen8 Servers supported by +* The drivers should work on HP Proliant Gen8 and Gen9 Servers supported by OneView 2.0 and above. It has been tested with the following servers: - Proliant BL460c Gen8 - Proliant BL465c Gen8 + - Proliant DL360 Gen9 (starting with python-oneviewclient 2.1.0) Drivers ======= |