Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-4235

Documentation for console command `ensemble-password --help` is not relevant and needs to be updated with proper text.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Minor Minor
    • jboss-fuse-6.2.1
    • jboss-fuse-6.2
    • Fabric8 v1
    • None
    • % %

      • Currently description provided by command fabric:ensemble-password command is
        JBossFuse:karaf@root> ensemble-password --help
        DESCRIPTION
                fabric:ensemble-password
        
        	Display or update the ensemble password
        
        SYNTAX
                fabric:ensemble-password [options] [new-password] 
        
        ARGUMENTS
                new-password
                        The new ensemble password.  If not supplied, the password is displayed.
        
        OPTIONS
                -c, --commit
                        Commits the password change.
                --help
                        Display this help message
        
        DETAILS
                This command can be used to retrieve the ensemble password.
        
                To change this password, you need to recreate a new ensemble and specify the password you want, for example:
                fabric:ensemble-add --new-ensemble-password mynewpassword container1 container2
                or
                fabric:ensemble-remove --new-ensemble-password mynewpassword container1 container2
        
      • Above if we see DETAILS part is not relevant now. It should be changed with
        JBossFuse:karaf@root> ensemble-password --help
        DESCRIPTION
                fabric:ensemble-password
        
        	Display or update the ensemble password
        
        SYNTAX
                fabric:ensemble-password [options] [new-password] 
        
        ARGUMENTS
                new-password
                        The new ensemble password.  If not supplied, the password is displayed.
        
        OPTIONS
                -c, --commit
                        Commits the password change.
                --help
                        Display this help message
        
        DETAILS
                This command is used to view/update the ensemble/zookeeper password.
                To just display the ensemble password, use command:
                fabric:ensemble-password
        
                To change this password below two commands are needed and these commands should be executed one by one, first you need to specify new password , for example:
                fabric:ensemble-password new_password
                Second, after waiting for sometime so that above changes are progressed to all the nodes execute below command:
                fabric:ensemble-password commit
        
        

            pantinor@redhat.com Paolo Antinori
            rhn-support-cpandey Chandra Shekhar Pandey (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: