Bug 1565049
| Summary: | [upstream][v2v] Migration requests are appearing in 'My Order' of SSUI | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Yadnyawalk Tale <ytale> | ||||
| Component: | V2V | Assignee: | Daniel Berger <dberger> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Dave Johnson <dajohnso> | ||||
| Severity: | medium | Docs Contact: | Steve Bream <sbream> | ||||
| Priority: | medium | ||||||
| Version: | 5.9.0 | CC: | abellott, awight, bthurber, cpelland, dmetzger, fdupont, gtanzill, hkataria, jhardy, jprause, kkulkarn, lavenel, mberube, mfeifer, mpovolny, obarenbo, roliveri, smallamp, ytale | ||||
| Target Milestone: | GA | ||||||
| Target Release: | cfme-future | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | v2v | ||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2019-06-12 19:18:09 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | Bug | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | V2V | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1668816 | ||||||
| Attachments: |
|
||||||
|
Comment 4
John Prause
2018-05-16 12:30:16 UTC
@Ytale....can you test and see if this is still and issue? This was reported on the POC UI. If so please file a PR upstream. Created attachment 1440294 [details] reproducible_master.20180517.png @Brett, issue is not fixed yet, I can still reproduce this under newest UI. Created upstream github issue - https://github.com/ManageIQ/miq_v2v_ui_plugin/issues/341 Thing to note, only creating Infra map will not create that order in SSUI, you have to run migration plan. Reproduced on: upstream/master.20180517233405_6f8f0cd moving this to 5.10 due to this https://github.com/ManageIQ/manageiq-ui-service/issues/1463 Sorry Brett, assigning this BZ to myself so I don't lose track of it again. I'll assign it once I determine who should handle it. New commit detected on ManageIQ/manageiq-schema/jansa: https://github.com/ManageIQ/manageiq-schema/commit/161e81afa0bc49afa96ad209fc4a21884c113944 commit 161e81afa0bc49afa96ad209fc4a21884c113944 Author: Brandon Dunne <bdunne> AuthorDate: Fri Mar 6 13:19:30 2020 +0000 Commit: Brandon Dunne <bdunne> CommitDate: Fri Mar 6 13:19:30 2020 +0000 Merge pull request #452 from gmcculloug/service_order_sti Add type column to service_order table (cherry picked from commit de5848d8ee7dbec88ad48d2a28707673467913c2) https://bugzilla.redhat.com/show_bug.cgi?id=1565049 db/migrate/20200128122000_add_type_column_to_service_order.rb | 27 + spec/dummy/config/database.yml | 2 - spec/migrations/20200128122000_add_type_column_to_service_order_spec.rb | 23 + 3 files changed, 50 insertions(+), 2 deletions(-) New commit detected on ManageIQ/manageiq/jansa: https://github.com/ManageIQ/manageiq/commit/7fe095eab167c1b6fdb56dd28e663809b43a3412 commit 7fe095eab167c1b6fdb56dd28e663809b43a3412 Author: Brandon Dunne <bdunne> AuthorDate: Fri Mar 6 13:19:55 2020 +0000 Commit: Brandon Dunne <bdunne> CommitDate: Fri Mar 6 13:19:55 2020 +0000 Merge pull request #19795 from gmcculloug/service_cart_sub_classes Create ServiceOrder sub-classes (cherry picked from commit ec56ab47c4baa27b12cd00d67e49e8f2a1109321) https://bugzilla.redhat.com/show_bug.cgi?id=1565049 app/models/service_order.rb | 24 +- app/models/service_order_cart.rb | 2 + app/models/service_order_v2v.rb | 2 + app/models/service_template_provision_request.rb | 1 + app/models/service_template_transformation_plan_request.rb | 1 + spec/factories/service_order.rb | 3 + spec/models/service_order_spec.rb | 9 +- spec/models/service_template_provision_request_spec.rb | 5 + spec/models/service_template_transformation_plan_request_spec.rb | 13 + 9 files changed, 49 insertions(+), 11 deletions(-) |