Skip to content
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] Remove SetDescription state #509

Merged
merged 2 commits into from
Mar 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,14 @@ object:
on_error: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 5, description
=> "Apply Right-Size Recommendation", task_message => "Migrating")
- State5:
value: "/Transformation/Infrastructure/VM/Common/SetDescription"
on_entry: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 5, description
=> "Update description of VM", task_message => "Migrating")
on_exit: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 5, description
=> "Update description of VM", task_message => "Migrating")
on_error: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 5, description
=> "Update description of VM", task_message => "Migrating")
- State8:
value: "/Transformation/Infrastructure/VM/Common/PowerOn"
on_entry: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 5, description
=> "Power-on VM", task_message => "Migrating")
on_exit: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 5, description
=> "Power-on VM", task_message => "Migrating")
on_error: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 5, description
=> "Power-on VM", task_message => "Migrating")
- State11:
- State8:
value: "/Transformation/Infrastructure/VM/Common/CheckPoweredOn"
on_entry: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 40, description
=> "Power-on VM", task_message => "Migrating")
Expand All @@ -41,23 +33,23 @@ object:
on_error: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 35, description
=> "Power-on VM", task_message => "Migrating")
max_retries: '200'
- State14:
- State11:
value: "/Transformation/StateMachines/Ansible/TransformationPlaybook?transformation_hook=post"
on_entry: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 40, description =>
"Run post-migration playbook")
on_exit: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 40, description =>
"Run post-migration playbook")
on_error: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 40, description =>
"Run post-migration playbook")
- State17:
- State14:
value: "/Transformation/Infrastructure/VM/Common/RestoreVmAttributes"
on_entry: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 5, description
=> "Restore VM Attributes", task_message => "Migrating")
on_exit: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 5, description
=> "Restore VM Attributes", task_message => "Migrating")
on_error: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 5, description
=> "Restore VM Attributes", task_message => "Migrating")
- State20:
- State17:
value: "/Transformation/Common/SetMigrated"
on_entry: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 5, description
=> "Mark source as migrated", task_message => "Migrating")
Expand Down