Bug 816224

Summary: cluster-sync-to-store needs --riccipassword option
Product: Red Hat Enterprise MRG Reporter: Robert Rati <rrati>
Component: condorAssignee: Robert Rati <rrati>
Status: CLOSED ERRATA QA Contact: Tomas Rusnak <trusnak>
Severity: medium Docs Contact:
Priority: medium    
Version: DevelopmentCC: jneedle, matt, mkudlej, trusnak, tstclair
Target Milestone: 2.2   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard: done
Fixed In Version: condor-7.6.5-0.15 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-09-19 18:26:45 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:

Description Robert Rati 2012-04-25 14:38:37 UTC
Description of problem:
The cluster-sync-to-store command needs to the --riccipassword option.  Otherwise the user is prompted for passwords.

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


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Robert Rati 2012-04-25 17:08:50 UTC
Since the cluster-* commands use ccs to access the cluster configuration and activate changes, all commands need to be able to provide the --riccipassword option or else the user will be prompted for a password.  The cluster-sync-to-store command didn't have the option, so when it was run after a configuration from luci the user would be prompted for localhost and other host passwords.

The cluster-sync-to-store command now has the --riccipassword option.

Tracking upstream on:
V7_6-branch

Comment 5 Tomas Rusnak 2012-06-20 13:23:49 UTC
# wallaby cluster-sync-to-store --riccipassword test
Console Connection Established...
...
#

# wallaby cluster-sync-to-store -h
Usage: cluster-sync-to-store 
    -h, --help                       displays this message
        --riccipassword PASS         The ricci user password

Help updated.

>>> VERIFIED