Bug 1390697
Summary: | Auto-tagging from same label in 2 providers breaks refresh | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Satoe Imaishi <simaishi> |
Component: | Providers | Assignee: | Beni Paskin-Cherniavsky <cben> |
Status: | CLOSED ERRATA | QA Contact: | Einat Pacifici <epacific> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 5.6.0 | CC: | bazulay, cben, cpelland, dron, fsimonce, jfrey, jhardy, lavenel, mtayer, obarenbo, zgalor |
Target Milestone: | GA | Keywords: | ZStream |
Target Release: | 5.6.3 | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | container | ||
Fixed In Version: | 5.6.3.0 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1382361 | Environment: | |
Last Closed: | 2016-11-30 19:57:43 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | Container Management | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1382361 | ||
Bug Blocks: |
Comment 2
CFME Bot
2016-11-03 21:06:30 UTC
Verified. Recreate: 2 providers with projectname = hello4 For each provider - add label to hello4 labelabc=abc In Rails console: #cat = Classification.create_category!(name: "mycat", description: "My Cat", read_only: true) #ContainerLabelTagMapping.create(label_name: 'name', label_value: nil, tag: cat.tag) (NOTE: label_name: 'name' above should match the label name you create in openshift(s) ) In CFME - refresh BOTH providers Actual Result: Navigate to compute --> Containers --> Projects --> hello4. Look at Smart management table --> Table contains entry: My Company Tags My Cat: abc 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/RHSA-2016-2839.html |