From f2d46a57e428c3b1d1d8d022737536da29a8bc0f Mon Sep 17 00:00:00 2001 From: Doug Szumski Date: Tue, 18 Feb 2020 11:15:11 +0000 Subject: [PATCH] Use latest release of StackHPC iDRAC role This pulls in a number of fixes to the iDRAC role which includes a change to allow the role to work with a recent version of the python-dracclient library. Change-Id: I6aa1fcece42f93cf404cf06dc96b2d70b140775e --- .../notes/bugfix-update-idrac-role-71ede6900dc000a7.yaml | 5 +++++ requirements.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/bugfix-update-idrac-role-71ede6900dc000a7.yaml diff --git a/releasenotes/notes/bugfix-update-idrac-role-71ede6900dc000a7.yaml b/releasenotes/notes/bugfix-update-idrac-role-71ede6900dc000a7.yaml new file mode 100644 index 000000000..a0e0fc2b7 --- /dev/null +++ b/releasenotes/notes/bugfix-update-idrac-role-71ede6900dc000a7.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Fix an issue where the StackHPC iDRAC role would break when configuring + RAID when used with a recent release of the python-dracclient module. diff --git a/requirements.yml b/requirements.yml index 008b1795c..8502ca68b 100644 --- a/requirements.yml +++ b/requirements.yml @@ -18,7 +18,7 @@ - src: stackhpc.dell-powerconnect-switch version: v1.1.0 - src: stackhpc.drac - version: 1.1.4 + version: 1.1.5 - src: stackhpc.drac-facts version: 1.0.0 - src: stackhpc.grafana-conf