Bug 1387616 - [SDN] - no Instance details in Floating IPs table for LB IPs
Summary: [SDN] - no Instance details in Floating IPs table for LB IPs
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: Providers
Version: 5.7.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: GA
: 5.9.0
Assignee: Ladislav Smola
QA Contact: Pavol Kotvan
URL:
Whiteboard: sdn:azure:load_balancer
Depends On:
Blocks: 1458943
TreeView+ depends on / blocked
 
Reported: 2016-10-21 11:43 UTC by Pavol Kotvan
Modified: 2018-03-06 15:31 UTC (History)
7 users (show)

Fixed In Version: 5.9.0.1
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1458943 (view as bug list)
Environment:
Last Closed: 2018-03-06 15:31:59 UTC
Category: Bug
Cloudforms Team: Azure
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Comment 6 Ladislav Smola 2017-05-03 12:44:53 UTC
this PR is needed to see Floating IPs for a LB for AWS https://github.com/ManageIQ/manageiq-providers-amazon/pull/244

Comment 7 CFME Bot 2017-05-03 13:01:54 UTC
New commit detected on ManageIQ/manageiq/master:
https://github.com/ManageIQ/manageiq/commit/5a5d38fd99413d35051cd3c89dbfdaba48f1721e

commit 5a5d38fd99413d35051cd3c89dbfdaba48f1721e
Author:     Ladislav Smola <lsmola>
AuthorDate: Wed May 3 09:53:17 2017 +0200
Commit:     Ladislav Smola <lsmola>
CommitDate: Wed May 3 10:00:51 2017 +0200

    Fix network_ports relation of a LB
    
    Fix network_ports relation of a LB
    
    Partially fixes:
    https://bugzilla.redhat.com/show_bug.cgi?id=1387610
    https://bugzilla.redhat.com/show_bug.cgi?id=1387616

 app/models/load_balancer.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comment 8 CFME Bot 2017-05-04 06:48:14 UTC
New commit detected on ManageIQ/manageiq-ui-classic/master:
https://github.com/ManageIQ/manageiq-ui-classic/commit/35dbd795ba08c3778866245dfce91b4b5d88a76d

commit 35dbd795ba08c3778866245dfce91b4b5d88a76d
Author:     Ladislav Smola <lsmola>
AuthorDate: Wed May 3 10:02:53 2017 +0200
Commit:     Ladislav Smola <lsmola>
CommitDate: Wed May 3 10:04:12 2017 +0200

    Floating IP related crosslinks for load balancers
    
    Floating IP related crosslinks for load balancers, namely
    floating_ips, networks_ports and security_groups.
    
    Partially fixes:
    https://bugzilla.redhat.com/show_bug.cgi?id=1387616

 app/controllers/load_balancer_controller.rb        |  2 +-
 app/controllers/network_port_controller.rb         |  2 +-
 app/helpers/floating_ip_helper/textual_summary.rb  |  2 ++
 .../load_balancer_helper/textual_summary.rb        | 15 ++++++++++-
 app/helpers/network_port_helper/textual_summary.rb | 31 ++++++++++++++--------
 app/views/load_balancer/show.html.haml             |  2 +-
 app/views/network_port/show.html.haml              |  2 +-
 7 files changed, 40 insertions(+), 16 deletions(-)

Comment 9 CFME Bot 2017-05-08 16:11:46 UTC
New commit detected on ManageIQ/manageiq/master:
https://github.com/ManageIQ/manageiq/commit/a24385073c363e947a70b5b4ea4f63be75649092

commit a24385073c363e947a70b5b4ea4f63be75649092
Author:     Ladislav Smola <lsmola>
AuthorDate: Wed May 3 10:17:28 2017 +0200
Commit:     Ladislav Smola <lsmola>
CommitDate: Wed May 3 10:18:52 2017 +0200

    Show Network Port name in Floating IP list
    
    Show Network Port name in Floating IP list, to identify the owner
    in a case of missing VM. The owner can be e.g. Load Balancer.
    
    Partially fix:
    https://bugzilla.redhat.com/show_bug.cgi?id=1387616

 product/views/FloatingIp.yaml | 5 +++++
 1 file changed, 5 insertions(+)


Note You need to log in before you can comment on or make changes to this bug.