Created attachment 1506295 [details] Screenshot Description of problem: Infra Mappings show 'Network Missing' as soon as I create them Version-Release number of selected component (if applicable): 5.10.0.24 How reproducible: Believe 100% Steps to Reproduce: 1.Add VMware and OSP provider(OSP provider should have multiple projects/tenants) 2.Create Infrastructure Mapping 3.Observe created Mapping Actual results: Network missing for every mapping that is created, as soon as I hit "Create" Expected results: Network should not be missing Additional info:
https://github.com/ManageIQ/manageiq-v2v/issues/795
https://github.com/ManageIQ/manageiq-v2v/pull/799
New commit detected on ManageIQ/manageiq-v2v/master: https://github.com/ManageIQ/manageiq-v2v/commit/6146aa361380ed64b2d38e9d7873d920c3bab58d commit 6146aa361380ed64b2d38e9d7873d920c3bab58d Author: Mike Ro <mikerodev> AuthorDate: Sat Nov 17 10:26:52 2018 -0500 Commit: Mike Ro <mikerodev> CommitDate: Sat Nov 17 10:26:52 2018 -0500 Separate cloud networks from lans The current implmentation does not differentiate between lans and cloud_networks when constructing an infra mapping's list view item. Consequently, ID collisions are possible, resulting with the visualization incorrectly reporting that networks are missing. https://github.com/ManageIQ/manageiq-v2v/issues/795 https://bugzilla.redhat.com/show_bug.cgi?id=1650374 app/javascript/react/screens/App/Mappings/components/InfrastructureMappingsList/InfrastructureMappingsListConstants.js | 15 + app/javascript/react/screens/App/Mappings/components/InfrastructureMappingsList/helpers.js | 30 +- 2 files changed, 36 insertions(+), 9 deletions(-)
New commit detected on ManageIQ/manageiq-v2v/hammer: https://github.com/ManageIQ/manageiq-v2v/commit/1207f163748caf1f449dd77b48884f48a0f786b1 commit 1207f163748caf1f449dd77b48884f48a0f786b1 Author: Mike Turley <mike.turley.umass.edu> AuthorDate: Mon Nov 19 10:42:53 2018 -0500 Commit: Mike Turley <mike.turley.umass.edu> CommitDate: Mon Nov 19 10:42:53 2018 -0500 Merge pull request #799 from michaelkro/795-fix-missing-networks-and-datastores [#795] Fix missing networks and datastores (cherry picked from commit f2e09339613f6d56985b0190ade587b884318aa6) https://bugzilla.redhat.com/show_bug.cgi?id=1650374 app/javascript/react/screens/App/Mappings/components/InfrastructureMappingsList/InfrastructureMappingsListConstants.js | 15 + app/javascript/react/screens/App/Mappings/components/InfrastructureMappingsList/helpers.js | 32 +- 2 files changed, 37 insertions(+), 10 deletions(-)
Created attachment 1515786 [details] Network present Network is present . Verified in 5.10.0.30.20181218191323_900a416