Bug 1536046
Summary: | Service Catalog Item custom images does not replicate to global region | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Satoe Imaishi <simaishi> |
Component: | Replication | Assignee: | Brandon Dunne <bdunne> |
Status: | CLOSED ERRATA | QA Contact: | Alex Newman <anewman> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 5.8.0 | CC: | cpelland, gtanzill, ldixon, obarenbo |
Target Milestone: | GA | ||
Target Release: | 5.9.0 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 5.9.0.18 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1532286 | Environment: | |
Last Closed: | 2018-03-01 13:23:59 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | CFME Core | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1532286 | ||
Bug Blocks: |
Comment 2
CFME Bot
2018-01-18 17:46:00 UTC
New commit detected on ManageIQ/manageiq-schema/gaprindashvili: https://github.com/ManageIQ/manageiq-schema/commit/6faac0b77f8d0ca90015ad6be847fcd52f4987e0 commit 6faac0b77f8d0ca90015ad6be847fcd52f4987e0 Author: Jason Frey <fryguy9> AuthorDate: Wed Jan 17 16:21:22 2018 -0500 Commit: Satoe Imaishi <simaishi> CommitDate: Thu Jan 18 12:44:03 2018 -0500 Merge pull request #153 from bdunne/move_pictures Migrate Picture content from BinaryBlobs to Pictures table (cherry picked from commit 91b0fc0430a7ebe601960be693ffeddf2ce842b2) https://bugzilla.redhat.com/show_bug.cgi?id=1536046 ...180111162442_move_pictures_blobs_to_pictures.rb | 52 ++++++++++ ...1162442_move_pictures_blobs_to_pictures_spec.rb | 106 +++++++++++++++++++++ 2 files changed, 158 insertions(+) create mode 100644 db/migrate/20180111162442_move_pictures_blobs_to_pictures.rb create mode 100644 spec/migrations/20180111162442_move_pictures_blobs_to_pictures_spec.rb New commit detected on ManageIQ/manageiq/gaprindashvili: https://github.com/ManageIQ/manageiq/commit/23dcbbc737c26d5322d539ef56528f4a4b436f65 commit 23dcbbc737c26d5322d539ef56528f4a4b436f65 Author: Gregg Tanzillo <gtanzill> AuthorDate: Wed Jan 17 16:53:40 2018 -0500 Commit: Satoe Imaishi <simaishi> CommitDate: Thu Jan 18 12:47:23 2018 -0500 Merge pull request #16810 from bdunne/move_pictures Picture content is moving to the pictures table. (cherry picked from commit beebb2daa65182d9f087df786eca130f4ca65e34) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1536046 app/models/picture.rb | 25 +++---------------------- spec/factories/picture.rb | 4 +--- spec/models/picture_spec.rb | 31 ------------------------------- 3 files changed, 4 insertions(+), 56 deletions(-) New commit detected on ManageIQ/manageiq-schema/gaprindashvili: https://github.com/ManageIQ/manageiq-schema/commit/0e711b563fe28068a34cc893c48ac81f5240b6c6 commit 0e711b563fe28068a34cc893c48ac81f5240b6c6 Author: Jason Frey <fryguy9> AuthorDate: Thu Jan 18 16:37:55 2018 -0500 Commit: Satoe Imaishi <simaishi> CommitDate: Thu Jan 18 17:51:16 2018 -0500 Merge pull request #159 from bdunne/more_pictures_edge_cases Handle cases where a Picture with that id doesn't exist (cherry picked from commit 40c5ced8ebbbdf72c86759b8d504c673076244b9) https://bugzilla.redhat.com/show_bug.cgi?id=1536046 ...180111162442_move_pictures_blobs_to_pictures.rb | 2 +- ...1162442_move_pictures_blobs_to_pictures_spec.rb | 26 +++++++++++++++++++++- 2 files changed, 26 insertions(+), 2 deletions(-) New commit detected on ManageIQ/manageiq-api/gaprindashvili: https://github.com/ManageIQ/manageiq-api/commit/06ed58fba03e40b0f4afaa02ca8b2daf1e786dcf commit 06ed58fba03e40b0f4afaa02ca8b2daf1e786dcf Author: Jason Frey <fryguy9> AuthorDate: Thu Jan 18 15:55:33 2018 -0500 Commit: Satoe Imaishi <simaishi> CommitDate: Thu Jan 18 18:04:45 2018 -0500 Merge pull request #292 from jntullo/picture_content_create Do not return picture content on create (cherry picked from commit ea3b327503f144d37ee29000d8a61a6ff53633b3) https://bugzilla.redhat.com/show_bug.cgi?id=1536046 app/controllers/api/pictures_controller.rb | 3 +- spec/requests/picture_spec.rb | 272 +++++++++++++++-------------- 2 files changed, 142 insertions(+), 133 deletions(-) The fix for this BZ caused Service Catalog not to work in SUI, which was fixed (backported to cfme-5.9) in https://github.com/ManageIQ/manageiq-api/pull/294 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/RHSA-2018:0380 |