Bug 2027759

Summary: Typo in the puppet file for dellemc_powermax.pp
Product: Red Hat OpenStack Reporter: Darin Sorrentino <dsorrent>
Component: puppet-tripleoAssignee: Alan Bishop <abishop>
Status: CLOSED ERRATA QA Contact: Luigi Toscano <ltoscano>
Severity: medium Docs Contact:
Priority: medium    
Version: 16.2 (Train)CC: jamsmith, jjoyce, jschluet, ltoscano, slinaber, tkajinam, tvignaud
Target Milestone: z2Keywords: OtherQA, Triaged
Target Release: 16.2 (Train on RHEL 8.4)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: puppet-tripleo-11.7.0-2.20211028004926.b604400.el8ost Doc Type: Bug Fix
Doc Text:
This update corrects an error that prevented the proper use of the Block Storage service (cinder) `powermax_port_groups` parameter.
Story Points: ---
Clone Of:
: 2029608 (view as bug list) Environment:
Last Closed: 2022-03-23 22:12:24 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:    
Bug Blocks: 2029608    

Description Darin Sorrentino 2021-11-30 15:09:21 UTC
Description of problem:

There is a typo in the puppet file for configuring Dell EMC Powermax as a Cinder Back end. The word "Powermax" is missing the letter "x" when specifying the key name.

File: /usr/share/openstack-puppet/modules/tripleo/manifests/profile/base/cinder/volume/dellemc_powermax.pp

The problem is in powermax_port_groups line near the end of the file:

        powermax_port_groups      => $backend_config['CinderPowermaPortGroups'],
      }

Note the $backend_config key is missing the 'x' in Powermax.  This should read:

        powermax_port_groups      => $backend_config['CinderPowermaxPortGroups'],
      }

Version-Release number of selected component (if applicable):

OSP 16.1 & 16.2

How reproducible:
100%

Steps to Reproduce:
1. Install OSP and try to configure Powermax as back end
2. cinder.conf file will be missing the port groups line.
3.

Actual results:
cinder.conf file will be missing the port groups line.

Expected results:
cinder.conf file will include the port groups line.

Additional info:

Comment 5 Alan Bishop 2021-12-14 19:22:17 UTC
The upstream patch has already been imported, and we just need to wait for the next compose to include the patch.

Comment 14 errata-xmlrpc 2022-03-23 22:12:24 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 (Release of components for Red Hat OpenStack Platform 16.2.2), 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-2022:1001