Bug 1241231
| Summary: | director HA deployment fails when duplicate service tenant is created | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | wes hayutin <whayutin> |
| Component: | openstack-tripleo-heat-templates | Assignee: | Jay Dobies <jason.dobies> |
| Status: | CLOSED ERRATA | QA Contact: | Leonid Natapov <lnatapov> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | Director | CC: | calfonso, jslagle, jtrowbri, mandreou, mburns, ohochman, rbiba, rhel-osp-director-maint, rrosa |
| Target Milestone: | ga | Keywords: | Automation |
| Target Release: | Director | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-tripleo-heat-templates-0.8.6-33.el7ost | Doc Type: | Bug Fix |
| Doc Text: |
Previously, uncoordinated creation of the overcloud Keystone admin tenant caused errors in a deployment with more than one controller. As a consequence, Heat stack creation failed on the ControllerNodesPostDeployment resource, and Keystone returned a 409 ERROR: openstack Conflict occurred attempting to store project - Duplicate Entry (HTTP 409). The Puppet run failed at that point. The fix for this problem includes the creation of the admin tenant on the pacemaker master node first. As a result, deployments with more than one controller correctly create the overcloud keystone admin user. After a successful deployment you can verify this by interacting with any of the overcloud services as the admin user:
# on the undercloud system, for example:
$ source overcloudrc
$ keystone user-list
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-08-05 13:58:51 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
wes hayutin
2015-07-08 19:17:14 UTC
See the following patch for a similar situation https://review.gerrithub.io/#/c/238249/4/elements/ironic-discoverd/os-refresh-config/post-configure.d/99-admin-swiftoperator-role I think this is actually happening during deploy rather than post config. It is definitely happening in heat/puppet. I am not sure if it is a T-H-T or OPM bug though. This is fixed with the newew version of this patch[1] for bug 1235748 [1] https://review.openstack.org/#/c/180566/ wasn't able to reproduce the issue. deployment passes. openstack-tripleo-heat-templates-0.8.6-44.el7ost.noarch 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://access.redhat.com/errata/RHEA-2015:1549 |