From 65f6b00bdf576a72e728479201feb4478eed4a9a Mon Sep 17 00:00:00 2001 From: Marcus Rafael Date: Thu, 3 Dec 2015 14:23:08 +0000 Subject: [PATCH] Updating OneView driver requirements and docs A bump of the required python-oneviewclient version and docs update regarding the use of Server Profile Templates. Co-Authored-By: Sinval Vieira Change-Id: Icfef11c4953523b993631bc798efd2cfebcbe5f8 --- doc/source/drivers/oneview.rst | 6 +++--- driver-requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/drivers/oneview.rst b/doc/source/drivers/oneview.rst index 645c9e43fb..3ceabdd6e1 100644 --- a/doc/source/drivers/oneview.rst +++ b/doc/source/drivers/oneview.rst @@ -201,9 +201,9 @@ OneView node, do:: In order to deploy, a Server Profile consistent with the Server Profile Template of the node MUST be applied to the Server Hardware it represents. -Server Profiles to be utilized for deployments MUST have configuration such -that its **first Network Interface** ``boot`` property is set to "Primary" -and connected to Ironic's provisioning network. +Server Profile Templates and Server Profiles to be utilized for deployments +MUST have configuration such that its **first Network Interface** ``boot`` +property is set to "Primary" and connected to Ironic's provisioning network. To tell Ironic which NIC should be connected to the provisioning network, do:: diff --git a/driver-requirements.txt b/driver-requirements.txt index 875afbfb4a..5243cdc060 100644 --- a/driver-requirements.txt +++ b/driver-requirements.txt @@ -8,7 +8,7 @@ proliantutils>=2.1.5 pyghmi>=0.8.0 pysnmp python-ironic-inspector-client -python-oneviewclient>=2.0.1 +python-oneviewclient<2.1.0,>=2.0.2 python-scciclient>=0.2.0 python-seamicroclient>=0.4.0 UcsSdk==0.8.2.2