Skip to content

Commit

Permalink
Merge pull request #509 from fdupont-redhat/v2v_remove_setdescription
Browse files Browse the repository at this point in the history
[V2V] Remove SetDescription state

(cherry picked from commit 3e72681)

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1678385
  • Loading branch information
gmcculloug authored and simaishi committed Apr 4, 2019
1 parent f7991a3 commit 840b794
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 183 deletions.

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

0 comments on commit 840b794

Please sign in to comment.