Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1573151

Summary: [OSP13] The pxe_ilo driver ignores power requests under certain conditions with HP BL460
Product: Red Hat OpenStack Reporter: David Vallee Delisle <dvd>
Component: python-proliantutilsAssignee: David Vallee Delisle <dvd>
Status: CLOSED ERRATA QA Contact: Shai Revivo <srevivo>
Severity: medium Docs Contact:
Priority: medium    
Version: 13.0 (Queens)CC: agarwalnisha1980, bfournie, bloch, coldford, dvd, hbrock, jschluet, jslagle, jtrowbri, lmarsh, mburns, mlammon, pmannidi, rhos-maint, srevivo
Target Milestone: z1Keywords: Triaged, ZStream
Target Release: 13.0 (Queens)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-proliantutils-2.5.0-2.el7ost Doc Type: Bug Fix
Doc Text:
Some versions of HP Proliant BL servers return a model string with a mix of lower case and upper case letters that were not recognized by the pxe_ilo driver. With this update, the driver uses a case-insensitive match to detect the model string correctly.
Story Points: ---
Clone Of: 1563000 Environment:
Last Closed: 2018-07-19 13:52:17 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1563000    
Bug Blocks: 1573149, 1573150    

Comment 12 mlammon 2018-07-12 21:16:37 UTC
Environment:

[root@undercloud-0 ~]# rpm -qa | grep python-proliantutils-2.5.0-2
python-proliantutils-2.5.0-2.el7ost.noarch

We do not have hardware to verify with a real test. Verify environment and code.  It appears the new code has been added

 [root@undercloud-0 ~]# sed '888,890!d' /usr/lib/python2.7/site-packages/proliantutils/ilo/ris.py
            return
        if power == 'ON' and 'PROLIANT BL' in self.get_product_name().upper():
            self._retry_until_powered_on(power)

If submitter still has issue, please re-open bz.

Comment 14 errata-xmlrpc 2018-07-19 13:52:17 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2018:2227