Bug 1722053
| Summary: | multiple analyzers deployment can fail if Keystone when Keystone is used as authentication backend | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | safchain |
| Component: | skydive | Assignee: | Vijay Chundury <vchundur> |
| Status: | CLOSED EOL | QA Contact: | Vijay Chundury <vchundur> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 14.0 (Rocky) | CC: | atragler, broose, fbaudin, marjones, shdunne, tvignaud, vchundur |
| Target Milestone: | zstream | Keywords: | TestOnly, Triaged, ZStream |
| Target Release: | 14.0 (Rocky) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | skydive-0.20.4-1.el7ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-11-04 06:50:37 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: | |||
Fixes for this issue have been backported in the 0.20.4 version While waiting for having this shipped, a workaround could be to used the basic authentication backend. Neutron probe will continue to work and tenant and user won't be created thus conflicts during this won't occur.
```
parameter_defaults:
SkydiveVars:
analyzers:
skydive_auth_type: "basic"
```
According to our records, this should be resolved by skydive-0.20.5-2.el7ost. This build is available now. |
In case of mutliple analyzers, multiple controllers with Keystone as authentication mechanism the skydive ansible playbook can fail due to conflict in tenant creation. fatal: [overcloud-controller-0 -> localhost]: FAILED! => {"changed": false, "extra_data": null, "msg": "ConflictException: 409"} fatal: [overcloud-controller-1 -> localhost]: FAILED! => {"changed": false, "extra_data": null, "msg": "ConflictException: 409"}