Bug 2027759 - Typo in the puppet file for dellemc_powermax.pp
Summary: Typo in the puppet file for dellemc_powermax.pp
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: puppet-tripleo
Version: 16.2 (Train)
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: z2
: 16.2 (Train on RHEL 8.4)
Assignee: Alan Bishop
QA Contact: Luigi Toscano
URL:
Whiteboard:
Depends On:
Blocks: 2029608
TreeView+ depends on / blocked
 
Reported: 2021-11-30 15:09 UTC by Darin Sorrentino
Modified: 2022-03-23 22:12 UTC (History)
7 users (show)

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.
Clone Of:
: 2029608 (view as bug list)
Environment:
Last Closed: 2022-03-23 22:12:24 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 799369 0 None MERGED Cinder: Dell EMC PowerMax: Fix typo in hash key 2021-12-06 21:12:21 UTC
Red Hat Issue Tracker OSP-11113 0 None None None 2021-11-30 15:17:24 UTC
Red Hat Product Errata RHBA-2022:1001 0 None None None 2022-03-23 22:12:49 UTC

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


Note You need to log in before you can comment on or make changes to this bug.