Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1722053

Summary: multiple analyzers deployment can fail if Keystone when Keystone is used as authentication backend
Product: Red Hat OpenStack Reporter: safchain
Component: skydiveAssignee: 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: zstreamKeywords: 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:

Description safchain 2019-06-19 12:31:59 UTC
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"}

Comment 1 safchain 2019-06-19 12:40:29 UTC
Fixes for this issue have been backported in the 0.20.4 version

Comment 6 safchain 2019-06-21 06:56:35 UTC
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"

```

Comment 7 Lon Hohberger 2019-09-19 10:44:09 UTC
According to our records, this should be resolved by skydive-0.20.5-2.el7ost.  This build is available now.