Class: Manageiq::AutomateController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/manageiq/automate_controller.rb

Overview

Display automate code for ManageIQ / CloudForms

Instance Method Summary collapse

Instance Method Details

#catalog_item_initializationObject



5
6
7
# File 'app/controllers/manageiq/automate_controller.rb', line 5

def catalog_item_initialization
  render 'manageiq/automate/catalog_item_initialization.html.erb', content_type: :plain
end

#create_chef_nodeObject



57
58
59
# File 'app/controllers/manageiq/automate_controller.rb', line 57

def create_chef_node
  render 'manageiq/automate/create_chef_node.html.erb', content_type: :plain
end

#create_ec2Object



21
22
23
# File 'app/controllers/manageiq/automate_controller.rb', line 21

def create_ec2
  render 'manageiq/automate/create_ec2.html.erb', content_type: :plain
end

#create_rdsObject



13
14
15
# File 'app/controllers/manageiq/automate_controller.rb', line 13

def create_rds
  render 'manageiq/automate/create_rds.html.erb', content_type: :plain
end

#create_s3Object



25
26
27
# File 'app/controllers/manageiq/automate_controller.rb', line 25

def create_s3
  render 'manageiq/automate/create_s3.html.erb', content_type: :plain
end

#create_sesObject



29
30
31
# File 'app/controllers/manageiq/automate_controller.rb', line 29

def create_ses
  render 'manageiq/automate/create_ses.html.erb', content_type: :plain
end

#create_vmware_vmObject



49
50
51
# File 'app/controllers/manageiq/automate_controller.rb', line 49

def create_vmware_vm
  render 'manageiq/automate/create_vmware_vm.html.erb', content_type: :plain
end

#provision_rdsObject



17
18
19
# File 'app/controllers/manageiq/automate_controller.rb', line 17

def provision_rds
  render 'manageiq/automate/provision_rds.html.erb', content_type: :plain
end

#retire_ec2Object



33
34
35
# File 'app/controllers/manageiq/automate_controller.rb', line 33

def retire_ec2
  render 'manageiq/automate/retire_ec2.html.erb', content_type: :plain
end

#retire_rdsObject



37
38
39
# File 'app/controllers/manageiq/automate_controller.rb', line 37

def retire_rds
  render 'manageiq/automate/retire_rds.html.erb', content_type: :plain
end

#retire_s3Object



41
42
43
# File 'app/controllers/manageiq/automate_controller.rb', line 41

def retire_s3
  render 'manageiq/automate/retire_s3.html.erb', content_type: :plain
end

#retire_sesObject



45
46
47
# File 'app/controllers/manageiq/automate_controller.rb', line 45

def retire_ses
  render 'manageiq/automate/retire_ses.html.erb', content_type: :plain
end

#retire_vmware_vmObject



53
54
55
# File 'app/controllers/manageiq/automate_controller.rb', line 53

def retire_vmware_vm
  render 'manageiq/automate/retire_vmware_vm.html.erb', content_type: :plain
end

#update_servicemix_and_chefObject



9
10
11
# File 'app/controllers/manageiq/automate_controller.rb', line 9

def update_servicemix_and_chef
  render 'manageiq/automate/update_servicemix_and_chef.html.erb', content_type: :plain
end