-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show also non vpc vms in network topology #510
Show also non vpc vms in network topology #510
Conversation
e4cc6ba
to
5dcfdfd
Compare
In AWS, EC2 classic Vms do not have a subnet associated, so these would not show in the topology. By allowing the Vms to be shown also under Availability Zone, we should be showing all Vms in the system. Fixes BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1400087
Allow to toggle Avail. Zone in the NetworkTopology
5dcfdfd
to
5a70556
Compare
Enhance specs after adding Avail. Zone to the network topology
Autofix rubocop issues
Checked commits Ladas/manageiq-ui-classic@1279fe5~...d669904 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 spec/services/network_topology_service_spec.rb
|
Things work OK for Amazon, but I'm getting the following error for an OpenStack topology
|
@mzazrivec core fix added as a dependency |
@mzazrivec can you recheck this? The core dependency was merged |
Euwe backport (to manageiq repo) details:
|
Depends on:
In AWS, EC2 classic Vms do not have a subnet associated, so
these would not show in the topology. By allowing the Vms to
be shown also under Availability Zone, we should be showing all
Vms in the system.
Fixes BZ:
https://bugzilla.redhat.com/show_bug.cgi?id=1400087