| Summary: | Don't recreate users in undercloud installer | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | James Slagle <jslagle> |
| Component: | instack-undercloud | Assignee: | James Slagle <jslagle> |
| Status: | CLOSED ERRATA | QA Contact: | Alexander Chuzhoy <sasha> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.0 (Kilo) | CC: | dmacpher, mburns, rhel-osp-director-maint |
| Target Milestone: | y3 | ||
| Target Release: | 7.0 (Kilo) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | instack-undercloud-2.1.2-39.el7ost | Doc Type: | Bug Fix |
| Doc Text: |
The Undercloud installation script recreated users on subsequent runs. This causes the service user IDs to change, which causes trust issues for running certain services. This fix stops the installation script from recreating users. Now service user IDs remain consistent with their respective services.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-02-18 16:53:01 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: | |
|
Description
James Slagle
2016-02-09 15:12:59 UTC
to verify: - install the undercloud - against the undercloud run keystone user-list and save the output - do an overcloud deployment using network isolation - rerun the undercloud installer (openstack undercloud install). you could also incorporate updating the undercloud at this step if you wanted. - against the undercloud run keystone user-list and compare the output to the previous run, verify the usernames and id's are the same as they were - update the overcloud somewhow, either a small config change or scale out (deploy command) or a full overcloud package update (update command) whatever overcloud command you choose, it should complete successfully. Verified: Environment: instack-undercloud-2.1.2-39.el7ost.noarch - installed the undercloud - against the undercloud ran keystone user-list and saved the output - did an overcloud deployment using network isolation - reran the undercloud installer (openstack undercloud install). - against the undercloud ran keystone user-list and compared the output to the previous run, verify the usernames and id's are the same as they were - basically ran diff on the 2 outputs - no differences. - updated the overcloud by scale out computes. Completed successfully. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-0264.html |