Skip to content

Commit

Permalink
[V2V] Remove SetDescription state
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiendupont committed Feb 27, 2019
1 parent 5e62d7d commit 7d56624
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 137 deletions.

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: /Transformation/TransformationThrottler.Watch ; /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: /Transformation/TransformationThrottler.Watch ; /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: /Transformation/TransformationThrottler.Watch ; /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: /Transformation/TransformationThrottler.Watch ; /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: /Transformation/TransformationThrottler.Watch ; /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: /Transformation/TransformationThrottler.Watch ; /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight
=> 5, description => "Mark source as migrated", task_message => "Migrating")
Expand Down

0 comments on commit 7d56624

Please sign in to comment.