-
Notifications
You must be signed in to change notification settings - Fork 120
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
v2v: Add automate methods for post-import network configuration #123
Conversation
@miq-bot assign @tinaafitz |
@miq-bot add_label fine/yes |
e1d70d6
to
e55af9d
Compare
Depends on ManageIQ/manageiq-automation_engine#35 |
e55af9d
to
999f6c6
Compare
@@ -19,6 +19,7 @@ def main | |||
status = vm.custom_get(:import_status) | |||
case status | |||
when 'success' | |||
@handle.set_state_var('imported_vm_id', vm.id) |
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.
@matobet, can we update the spec test?
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.
@tinaafitz done
@@ -0,0 +1,43 @@ | |||
# |
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.
@matobet Can we add a test for this method?
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.
@tinaafitz done
999f6c6
to
77e5a3b
Compare
Checked commit matobet@77e5a3b with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.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.
@matobet Looks good.
@gmcculloug Please review. |
v2v: Add automate methods for post-import network configuration (cherry picked from commit 4167dfa) https://bugzilla.redhat.com/show_bug.cgi?id=1459996
Fine backport details:
|
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1404920
Depends on ManageIQ/manageiq-automation_engine#35