Bug 1513328

Summary: default example value of email for admin user uses real domain name
Product: [Red Hat Storage] Red Hat Gluster Storage Reporter: Martin Bukatovic <mbukatov>
Component: web-admin-tendrl-notifierAssignee: Nishanth Thomas <nthomas>
Status: CLOSED WONTFIX QA Contact: sds-qe-bugs
Severity: low Docs Contact:
Priority: low    
Version: rhgs-3.3CC: gshanmug, shtripat
Target Milestone: ---Keywords: EasyFix, ZStream
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-05-08 19:56:52 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: 1515276    
Bug Blocks:    
Attachments:
Description Flags
screenshot of users page with default value "admin@tendrl.org" as email for admin user none

Description Martin Bukatovic 2017-11-15 08:28:41 UTC
Created attachment 1352440 [details]
screenshot of users page with default value "admin" as email for admin user

Description of problem
======================

Default value of email for tendrl admin user contains real domain name "tendrl.org". We should have used "example.com" instead to make it clear that this value needs to be reconfigured, there is no good default value.

Version-Release numbers
=======================

# rpm -qa | grep tendrl | sort                                                  
tendrl-ansible-1.5.4-1.el7rhgs.noarch                                           
tendrl-api-1.5.4-2.el7rhgs.noarch                                               
tendrl-api-httpd-1.5.4-2.el7rhgs.noarch                                         
tendrl-commons-1.5.4-2.el7rhgs.noarch                                           
tendrl-grafana-plugins-1.5.4-3.el7rhgs.noarch                                   
tendrl-grafana-selinux-1.5.3-2.el7rhgs.noarch                                   
tendrl-monitoring-integration-1.5.4-3.el7rhgs.noarch                            
tendrl-node-agent-1.5.4-2.el7rhgs.noarch                                        
tendrl-notifier-1.5.4-2.el7rhgs.noarch                                          
tendrl-selinux-1.5.3-2.el7rhgs.noarch                                           
tendrl-ui-1.5.4-2.el7rhgs.noarch

How reproducible
================

100 %

Steps to Reproduce
==================

1. Install RHGSWA using tendrl-ansible
2. Log into RHGSWA web interface as admin user
3. Go to Users page (via menu: Admin->Users)

Actual results
==============

Value of email for admin user is "admin".

Expected results
================

Value of email for admin user is "admin".

Comment 2 Nishanth Thomas 2017-11-15 19:06:14 UTC
I would propose to take this in a future release as we are close 3.3.1 timelines and this bug not critical enough to affect the core functionality.

Comment 3 Martin Bukatovic 2018-08-02 07:55:03 UTC
Related upstream code:

https://github.com/Tendrl/api/blob/master/Rakefile#L21

Comment 4 Martin Bukatovic 2018-08-02 07:56:02 UTC
Better, long term stable, link:

https://github.com/Tendrl/api/blob/e94304a1deb68565550af9e82d3f0f64887941e5/Rakefile#L21