Bug 999310 - RHS-C: "rhsc-manage-domains" --help gives usage of "engine-manage-domains"
Summary: RHS-C: "rhsc-manage-domains" --help gives usage of "engine-manage-domains"
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Gluster Storage
Classification: Red Hat
Component: rhsc
Version: 2.1
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Shubhendu Tripathi
QA Contact: RHS-C QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-21 06:52 UTC by Prasanth
Modified: 2015-08-28 10:10 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-08-28 10:10:58 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Prasanth 2013-08-21 06:52:21 UTC
Description of problem:

"rhsc-manage-domains" --help gives usage of "engine-manage-domains"


Version-Release number of selected component (if applicable):  Red Hat Storage Console Version: 2.1.0-0.bb9.el6rhs 


How reproducible: Always


Steps to Reproduce:
1. Execute #rhsc-manage-domains --help and see the output
2.
3.

Actual results: It shows reference to "engine-manage-domains". See below:

-----
USAGE:
        engine-manage-domains -action=ACTION [-domain=DOMAIN -provider=PROVIDER -user=USER -passwordFile=PASSWORD_FILE -interactive -configFile=PATH -addPermissions -forceDelete -ldapServers=LDAP_SERVERS] -report
-----


Expected results: If we are re-branding the upstream "engine-manage-domains" as 
"rhsc-manage-domains" in RHS-C, we need to make sure that all references are changed accordingly to avoid any confusion in the users.


Additional info:

Also, the following examples given in the 'help' doesn't seems to work:

Examples:
                -action=add -domain=example.com -user=admin -provider=IPA -passwordFile=/tmp/.pwd
                        Add a domain called example.com, using user admin with ldap server type IPA and read the password from /tmp/.pwd.
                -action=edit -domain=example.com -provider=ActiveDirectory -passwordFile=/tmp/.new_password
                        Edit the domain example.com, using another password file and updated the provider type to Active Directory.

---------------
# rhsc-manage-domains -action=edit -domain='qe.redhat.com' -provider=ActiveDirectory -passwordFile=/tmp/.new_password
Failure while testing domain qe.redhat.com. Details: Authentication Failed. Please verify the username and password.

# rhsc-manage-domains -action=edit -domain='qe.redhat.com' -provider=ActiveDirectory -user='admin' -passwordFile=/tmp/.new_password
Failure while testing domain qe.redhat.com. Details: Authentication Failed. Please verify the username and password.


# ls -al /tmp/.new_password
-rw-r--r--. 1 root root 8 Aug 20 16:46 /tmp/.new_password
---------------

Comment 3 Dusmant 2015-08-28 10:10:58 UTC
We are not planning to fix it. Hence closing this BZ. If you think, it's applicable for 3.x release and would have an impact on customer, pls. open up a new BZ with the appropriate version. Thanks, -Dusmant


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