Skip to content

Commit

Permalink
Automate - Rename ConfigurationManagement to AutomationManagement.
Browse files Browse the repository at this point in the history
Update wait_for_completion method.

See ManageIQ/manageiq#13630
  • Loading branch information
billfitzgerald0120 committed Feb 1, 2017
1 parent 6d2f13a commit de0120d
Show file tree
Hide file tree
Showing 39 changed files with 28 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Description: Given a Ansible Job Id, check it's status
#
class WaitForCompletion
JOB_CLASS = 'ManageIQ_Providers_AnsibleTower_ConfigurationManager_Job'.freeze
JOB_CLASS = 'ManageIQ_Providers_AnsibleTower_AutomationManager_Job'.freeze
def initialize(handle)
@handle = handle
end
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
object_type: instance
version: 1.0
object:
attributes:
display_name:
name: default
inherits:
description: default
fields: []
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
object_type: instance
version: 1.0
object:
attributes:
display_name:
name: provision_from_bundle
inherits:
description: default
fields:
- sequencer:
value: "/Service/Provisioning/StateMachines/Methods/GroupSequenceCheck"
- pre1:
value: "/Service/Provisioning/StateMachines/Methods/CatalogItemInitialization"
- pre2:
value: Method::preprovision
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ object_type: namespace
version: 1.0
object:
attributes:
name: ConfigurationManagement
name: AutomationManagement
description:
display_name:
priority:
Expand Down

0 comments on commit de0120d

Please sign in to comment.