Bug 966074
| Summary: | Cassandra Storage installer - Cassandra authentication password from 'rhqadmin' is being reset back to 'cassandra' while installing/adding new node | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | Armine Hovsepyan <ahovsepy> | ||||||
| Component: | Installer | Assignee: | John Sanda <jsanda> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | JON 3.2 | CC: | jsanda, mfoley | ||||||
| Target Milestone: | ER01 | ||||||||
| Target Release: | JON 3.2.0 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-01-02 20:35:26 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: | |||||||||
| Bug Blocks: | 951619 | ||||||||
| Attachments: |
|
||||||||
hi team. I've investigated further and found out the root cause of the issue: When "rhqctl start --storage" is resetting Cassandra username:password to cassandra from rhqadmin. Steps to reproduce: 1. Install jon server & agent version < 3.2 2. Install cassandra storage 3. Update jon server & agent to version >= 3.2 4. stop cassandra storage node 5. start storage node using "rhqctl start --storage" command Actual result: After step 3. Cassandra username:password is rhqadmin After step 5. Cassandra username:password set back to cassandra This was due to new nodes not being properly bootstrapped. This should no longer be an issue now that we have the deployment process[1] in place. https://docs.jboss.org/author/display/RHQ/Deploying+Storage+Nodes verified - restart doesn't change Cassandra authentication credentials. Verification log attached. Created attachment 789582 [details]
rhq-storage-credentials
|
Created attachment 751689 [details] cassandra_password_clustering Description of problem: Cassandra Storage installer - Cassandra authentication password from 'rhqadmin' is being reset back to 'cassandra' while installing/adding new node Version-Release number of selected component (if applicable): rhq-cassandra jenkins build 231 How reproducible: 2 of 2 Steps to Reproduce: 1. Install jon 3.1.2 2. Install cassandra storage node 3. Upgrade jon 3.1.2 to 3.2 4. Stop cassandra node 5. Install another cassandra storage in another machine 6. Connect both cassandra nodes to each other by adding host-names into cassandra.yaml (seeds) 7. Start both cassandra nodes Actual results: After step 3. cassandra storage authentication username/password is rhqadmin After step 7. cassandra storage authentication username/password from rhqadmin changed to cassandra (default password) Expected results: After step 3. cassandra storage authentication username/password is rhqadmin After step 7. cassandra storage authentication username/password is rhqadmin Additional info: screenshot of