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:
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
# 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