-
Notifications
You must be signed in to change notification settings - Fork 62
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
Fixes for host_switches #338
Conversation
68b68f3
to
291e9bb
Compare
291e9bb
to
beb2768
Compare
Checked commits agrare/manageiq-providers-ovirt@ea5648c~...beb2768 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please explain a little what happened here? Also the NetworkCollection was related to the ovn was it not?
Right so couple of things here,
Maybe? Using just the If using the uid_ems was so that it would find switches from another EMS we'll need to revisit that, probably scoping to the network manager for the specific infra_manager. The existing graph refresh handling of switches was known to be broken (see this TODO https://github.com/ManageIQ/manageiq/pull/18427/files#diff-8c72a69b69e5a71cc8352d65d78b60b6L210) so hopefully we weren't depending on that behavior here. /cc @Ladas |
Looking into this a bit further I don't see how the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 looks good
Depends on:
ManageIQ/manageiq#18427