Bug 1488135
Summary: | [RFE] [AWS][SDN] - No Network routers loaded from provider | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Pavol Kotvan <pakotvan> |
Component: | Providers | Assignee: | Ladislav Smola <lsmola> |
Status: | CLOSED ERRATA | QA Contact: | Pavol Kotvan <pakotvan> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 5.8.0 | CC: | bsorota, cpelland, dclarizi, gblomqui, hkataria, jfrey, jhardy, lsmola, mpovolny, obarenbo, pakotvan, simaishi |
Target Milestone: | GA | Keywords: | FutureFeature |
Target Release: | 5.9.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | ui:sdn | ||
Fixed In Version: | 5.9.0.5 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-03-01 13:16:52 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | Feature | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | AWS | Target Upstream Version: | |
Embargoed: |
Comment 5
Bronagh Sorota
2017-09-11 14:32:49 UTC
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/0360a88faac59e70e01e0e90f9b5272310abde9e commit 0360a88faac59e70e01e0e90f9b5272310abde9e Author: Ladislav Smola <lsmola> AuthorDate: Mon Sep 25 16:49:13 2017 +0200 Commit: Ladislav Smola <lsmola> CommitDate: Mon Sep 25 16:49:13 2017 +0200 Enhance NetworkRouter model for Amazon Enhance NetworkRouter model for Amazon Partially implements: https://bugzilla.redhat.com/show_bug.cgi?id=1488135 app/models/network_router.rb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) New commit detected on ManageIQ/manageiq-providers-amazon/master: https://github.com/ManageIQ/manageiq-providers-amazon/commit/69f1b2062eda5d59154af87af644ea11e92dafd3 commit 69f1b2062eda5d59154af87af644ea11e92dafd3 Author: Ladislav Smola <lsmola> AuthorDate: Mon Sep 25 17:40:14 2017 +0200 Commit: Ladislav Smola <lsmola> CommitDate: Tue Sep 26 09:08:10 2017 +0200 Add routers to full refresh Add routers to full refresh Partially implements: https://bugzilla.redhat.com/show_bug.cgi?id=1488135 .../providers/amazon/inventory/collector.rb | 2 ++ .../amazon/inventory/collector/network_manager.rb | 4 +++ .../amazon/inventory/parser/network_manager.rb | 40 +++++++++++++++++++++- .../amazon/inventory/persister/network_manager.rb | 2 +- .../network_manager.rb | 19 ++++++++++ 5 files changed, 65 insertions(+), 2 deletions(-) New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/b731e50bceb22b9a620fddcc90e1bfef9acd1c4f commit b731e50bceb22b9a620fddcc90e1bfef9acd1c4f Author: Bronagh Sorota <bsorota> AuthorDate: Fri Oct 13 11:50:25 2017 -0400 Commit: Bronagh Sorota <bsorota> CommitDate: Fri Oct 13 11:50:25 2017 -0400 Map the 'Inactive' status to Error https://bugzilla.redhat.com/show_bug.cgi?id=1488135 app/assets/javascripts/services/topology_service.js | 1 + 1 file changed, 1 insertion(+) New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/c7d049ede38873711275e24ff6688371b0ca95d3 commit c7d049ede38873711275e24ff6688371b0ca95d3 Author: Ladislav Smola <lsmola> AuthorDate: Tue Sep 26 11:44:14 2017 +0200 Commit: Ladislav Smola <lsmola> CommitDate: Mon Jan 29 20:43:47 2018 +0100 Add amazon specific fields to a NetworkRouter detail Add amazon specific fields to a NetworkRouter detail Partially implements: https://bugzilla.redhat.com/show_bug.cgi?id=1488135 .../network_router_helper/textual_summary.rb | 35 +++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) 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 |