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

Bug 1601497

Summary: an empty netapp_storage_pools (or empty netapp_volume_list) results in an invalid search pattern
Product: Red Hat OpenStack Reporter: David Vallee Delisle <dvd>
Component: puppet-tripleoAssignee: Alan Bishop <abishop>
Status: CLOSED ERRATA QA Contact: Tzach Shefi <tshefi>
Severity: high Docs Contact: Kim Nylander <knylande>
Priority: high    
Version: 13.0 (Queens)CC: abishop, aschultz, cswanson, jjoyce, joflynn, jschluet, knylande, marjones, mburns, slinaber, tbonds, tshefi, tvignaud
Target Milestone: z2Keywords: Triaged, ZStream
Target Release: 13.0 (Queens)Flags: tshefi: automate_bug-
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: puppet-tripleo-8.3.4-4.el7ost Doc Type: Bug Fix
Doc Text:
Configuring empty string values for some deprecated parameters for Cinder's Netapp backend resulted in an invalid configuration for the Cinder driver, causing Cinder's Netapp backend driver to fail during initialization. Empty string values for the deprecated Netapp parameters are converted to a valid Netapp driver configuration. As a result, Cinder's Netapp backend driver successfully initializes.
Story Points: ---
Clone Of: 1595543
: 1610962 (view as bug list) Environment:
Last Closed: 2018-08-29 16:38:50 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: 1610962    

Comment 7 Avi Avraham 2018-08-16 07:38:11 UTC
verified TripleO heat template deployment - without using real netapp storage as back-end  
Installed RPM package 
[stack@undercloud-0 ~]$ rpm -q puppet-tripleo
puppet-tripleo-8.3.4-5.el7ost.noarch

cinder.conf configuration file was updated as expected 
[tripleo_netapp]
backend_host=hostgroup
nfs_mount_options=
volume_backend_name=tripleo_netapp
volume_driver=cinder.volume.drivers.netapp.common.NetAppDriver
netapp_login=aavraham
netapp_password=password
netapp_server_hostname=netapp.tlv.redhat.com
netapp_server_port=80
netapp_size_multiplier=1.2
netapp_storage_family=ontap_cluster
netapp_storage_protocol=nfs
netapp_transport_type=http
netapp_vfiler=
netapp_vserver=
netapp_partner_backend_name=
expiry_thres_minutes=720
thres_avl_size_perc_start=20
thres_avl_size_perc_stop=60
nfs_shares_config=/etc/cinder/shares.conf
netapp_copyoffload_tool_path=
netapp_controller_ips=
netapp_sa_password=
netapp_pool_name_search_pattern=(.+)
netapp_webservice_path=/devmgr/v2
nas_secure_file_operations=False
nas_secure_file_permissions=False

Comment 9 errata-xmlrpc 2018-08-29 16:38:50 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:2574

Comment 10 Tzach Shefi 2019-02-11 05:34:58 UTC
Close loop wise, as it's a THT/specific driver issue not worth spending automation/testing time on this.