Skip to content

Commit a2c2b4b

Browse files
authored
Merge pull request #579 from jrafanie/add-provision-via-terraform-enterprise
Add provisioning via automation manager such as terraform enterprise
2 parents d6e1044 + ab80fdf commit a2c2b4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/miq_automation_engine/engine/miq_ae_engine/miq_ae_builtin_method.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ def self.miq_parse_automation_request(obj, _inputs)
7171
obj.workspace.root['ae_provider_category'] = 'infrastructure'
7272
%w[Configured_System Lifecycle Provisioning]
7373
when 'physical_server_provision' then %w[PhysicalServer Lifecycle Provisioning]
74+
when 'provision_via_automation_manager'
75+
obj.workspace.root['ae_provider_category'] = 'AutomationManagement'
76+
%w[AutomationManager Lifecycle Provisioning]
7477
end
7578

7679
miq_request_id = obj.workspace.find_miq_request_id

0 commit comments

Comments
 (0)