-
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
[FINE] [SCVMM] Update cloning powershell script #15610
Conversation
@miq-bot add_label euwe/yes |
This one works for 5.8.1. I tested 6 difference combinations and they all worked, specifically checking for the new static IP and making sure all other choices were still being applied. |
Note that the failures appear to be unrelated OpenStack issues. |
Marked as WIP, as the 'master' PR this is based on isn't merged yet. |
@miq-bot remove_label wip |
Merged on master |
This pull request is not mergeable. Please rebase and repush. |
Checked commit https://github.com/djberg96/manageiq/commit/9c6921ec7069787b4296f9217ac204eb38de2e46 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
[FINE] [SCVMM] Update cloning powershell script (cherry picked from commit d9620de) https://bugzilla.redhat.com/show_bug.cgi?id=1481865
Euwe backport details:
|
This addresses an issue where there appears to be a race condition that results in static IP assignment failing when using provisioning from a pool if we use New-SCVirtualMachine. Instead, this approach is to create a configuration object, then apply the configuration.
Addresses https://bugzilla.redhat.com/show_bug.cgi?id=1463019
This is a separate PR for Fine based on ManageIQ/manageiq-providers-scvmm#9