-
Notifications
You must be signed in to change notification settings - Fork 897
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
Simplified VmScan base class as all the provider logic has moved into relevant subclasses #19607
Conversation
@hsong-rh when you get a chance, can you verify that this PR works with Amazon SmartState? |
2804e53
to
6b80362
Compare
cdc5d34
to
3a06cd9
Compare
3a06cd9
to
feb91de
Compare
@chessbyte I'm getting the following error testing VMware SmartState:
|
Checked commits chessbyte/manageiq@0309004~...cccf7a8 with ruby 2.5.5, rubocop 0.69.0, haml-lint 0.20.0, and yamllint 1.10.0 app/models/vm_scan.rb
|
I pushed a couple of fixes and this now passes for VMware. Lets get this patch set in and follow up with any fixes for other providers as we are able to test them. |
Related PRs:
Cross-repo tests here
Leveraging this PR, the new state machine for the base class looks like this.