Advertisement
fatmcgav

Foreman host create log

Aug 20th, 2014
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.88 KB | None | 0 0
  1. Started POST "/hosts/template_used?provisioning=build" for 172.30.17.2 at 2014-08-20 15:25:58 +0100
  2. Processing by HostsController#template_used as */*
  3. Parameters: {"utf8"=>"â", "authenticity_token"=>"OEmL9Ess7UHIzHonSU33wMgRewvmXRssBrWNM6CTG80=", "host"=>{"name"=>"git", "hostgroup_id"=>"", "compute_resource_id"=>"1", "environment_id"=>"1", "puppet_ca_proxy_id"=>"1", "puppet_proxy_id"=>"1", "puppetclass_ids"=>[""], "managed"=>"true", "progress_report_id"=>"[FILTERED]", "type"=>"Host::Managed", "compute_attributes"=>{"cpus"=>"1", "corespersocket"=>"1", "memory_mb"=>"768", "cluster"=>"ACTINT-CL", "path"=>"/Datacenters/ACTINT/vm", "guest_id"=>"centos64Guest", "interfaces_attributes"=>{"new_interfaces"=>{"type"=>"VirtualE1000", "network"=>"network-15", "_delete"=>""}, "0"=>{"type"=>"VirtualVmxnet3", "network"=>"network-15", "_delete"=>""}}, "volumes_attributes"=>{"new_volumes"=>{"datastore"=>"actint-star-esx01 Local", "name"=>"Hard disk", "size_gb"=>"10", "thin"=>"true", "_delete"=>""}, "0"=>{"datastore"=>"MSA_DS_1", "name"=>"Hard disk", "size_gb"=>"10", "thin"=>"true", "_delete"=>""}, "1"=>{"datastore"=>"MSA_DS_1", "name"=>"Hard disk", "size_gb"=>"100", "thin"=>"true", "_delete"=>""}}, "scsi_controller_type"=>"VirtualLsiLogicController", "start"=>"1"}, "domain_id"=>"1", "realm_id"=>"", "mac"=>"", "subnet_id"=>"1", "ip"=>"192.168.150.55", "interfaces_attributes"=>{"new_interfaces"=>{"_destroy"=>"false", "type"=>"Nic::Managed", "mac"=>"", "name"=>"", "domain_id"=>"", "ip"=>"", "provider"=>"IPMI"}}, "architecture_id"=>"1", "operatingsystem_id"=>"1", "provision_method"=>"build", "build"=>"1", "medium_id"=>"7", "ptable_id"=>"7", "disk"=>"", "root_pass"=>"[FILTERED]", "is_owned_by"=>"2-Users", "enabled"=>"1", "comment"=>"", "overwrite"=>"false"}, "capabilities"=>"build image", "provider"=>"Vmware", "provisioning"=>"build"}
  4. Rendered hosts/_provisioning.html.erb (27.8ms)
  5. Completed 200 OK in 529ms (Views: 37.6ms | ActiveRecord: 104.5ms)
  6.  
  7.  
  8. Started POST "/hosts" for 172.30.17.2 at 2014-08-20 15:26:03 +0100
  9. Processing by HostsController#create as */*
  10. Parameters: {"utf8"=>"â", "authenticity_token"=>"OEmL9Ess7UHIzHonSU33wMgRewvmXRssBrWNM6CTG80=", "host"=>{"name"=>"git", "hostgroup_id"=>"", "compute_resource_id"=>"1", "environment_id"=>"1", "puppet_ca_proxy_id"=>"1", "puppet_proxy_id"=>"1", "puppetclass_ids"=>[""], "managed"=>"true", "progress_report_id"=>"[FILTERED]", "type"=>"Host::Managed", "compute_attributes"=>{"cpus"=>"1", "corespersocket"=>"1", "memory_mb"=>"768", "cluster"=>"ACTINT-CL", "path"=>"/Datacenters/ACTINT/vm", "guest_id"=>"centos64Guest", "interfaces_attributes"=>{"new_interfaces"=>{"type"=>"VirtualE1000", "network"=>"network-15", "_delete"=>""}, "0"=>{"type"=>"VirtualVmxnet3", "network"=>"network-15", "_delete"=>""}}, "volumes_attributes"=>{"new_volumes"=>{"datastore"=>"actint-star-esx01 Local", "name"=>"Hard disk", "size_gb"=>"10", "thin"=>"true", "_delete"=>""}, "0"=>{"datastore"=>"MSA_DS_1", "name"=>"Hard disk", "size_gb"=>"10", "thin"=>"true", "_delete"=>""}, "1"=>{"datastore"=>"MSA_DS_1", "name"=>"Hard disk", "size_gb"=>"100", "thin"=>"true", "_delete"=>""}}, "scsi_controller_type"=>"VirtualLsiLogicController", "start"=>"1"}, "domain_id"=>"1", "realm_id"=>"", "mac"=>"", "subnet_id"=>"1", "ip"=>"192.168.150.55", "interfaces_attributes"=>{"new_interfaces"=>{"_destroy"=>"false", "type"=>"Nic::Managed", "mac"=>"", "name"=>"", "domain_id"=>"", "ip"=>"", "provider"=>"IPMI"}}, "architecture_id"=>"1", "operatingsystem_id"=>"1", "provision_method"=>"build", "build"=>"1", "medium_id"=>"7", "ptable_id"=>"7", "disk"=>"", "root_pass"=>"[FILTERED]", "is_owned_by"=>"2-Users", "enabled"=>"1", "comment"=>"", "overwrite"=>"false"}, "capabilities"=>"build image", "provider"=>"Vmware"}
  11. Adding Compute instance for git.card.co.uk
  12. Successfully decrypted field for Foreman::Model::Vmware ACTINT-VMware
  13. Successfully decrypted field for Foreman::Model::Vmware ACTINT-VMware
  14.  
  15.  
  16. Started GET "/tasks/5b01cc5c-acdb-4708-aaa9-49cf80a53ff1" for 172.30.17.2 at 2014-08-20 15:26:05 +0100
  17. Processing by TasksController#show as */*
  18. Parameters: {"id"=>"5b01cc5c-acdb-4708-aaa9-49cf80a53ff1"}
  19. Rendered tasks/_list.html.erb (8.2ms)
  20. Completed 200 OK in 447ms (Views: 436.0ms | ActiveRecord: 2.4ms)
  21.  
  22.  
  23. Started GET "/tasks/5b01cc5c-acdb-4708-aaa9-49cf80a53ff1" for 172.30.17.2 at 2014-08-20 15:26:07 +0100
  24. Processing by TasksController#show as */*
  25. Parameters: {"id"=>"5b01cc5c-acdb-4708-aaa9-49cf80a53ff1"}
  26. Rendered tasks/_list.html.erb (1.5ms)
  27. Completed 200 OK in 13ms (Views: 3.8ms | ActiveRecord: 1.0ms)
  28.  
  29.  
  30. Started GET "/tasks/5b01cc5c-acdb-4708-aaa9-49cf80a53ff1" for 172.30.17.2 at 2014-08-20 15:26:09 +0100
  31. Processing by TasksController#show as */*
  32. Parameters: {"id"=>"5b01cc5c-acdb-4708-aaa9-49cf80a53ff1"}
  33. Rendered tasks/_list.html.erb (1.1ms)
  34. Completed 200 OK in 9ms (Views: 2.6ms | ActiveRecord: 0.8ms)
  35.  
  36.  
  37. Started GET "/tasks/5b01cc5c-acdb-4708-aaa9-49cf80a53ff1" for 172.30.17.2 at 2014-08-20 15:26:11 +0100
  38. Processing by TasksController#show as */*
  39. Parameters: {"id"=>"5b01cc5c-acdb-4708-aaa9-49cf80a53ff1"}
  40. Rendered tasks/_list.html.erb (1.1ms)
  41. Completed 200 OK in 9ms (Views: 2.6ms | ActiveRecord: 0.8ms)
  42.  
  43.  
  44. Started GET "/tasks/5b01cc5c-acdb-4708-aaa9-49cf80a53ff1" for 172.30.17.2 at 2014-08-20 15:26:13 +0100
  45. Processing by TasksController#show as */*
  46. Parameters: {"id"=>"5b01cc5c-acdb-4708-aaa9-49cf80a53ff1"}
  47. Rendered tasks/_list.html.erb (1.1ms)
  48. Completed 200 OK in 9ms (Views: 2.4ms | ActiveRecord: 0.7ms)
  49. Failed to create a compute ACTINT-VMware (VMWare) instance git.card.co.uk: InvalidProperty:
  50. /opt/rh/ruby193/root/usr/share/gems/gems/rbvmomi-1.6.0/lib/rbvmomi/connection.rb:61:in `parse_response'
  51. /opt/rh/ruby193/root/usr/share/gems/gems/rbvmomi-1.6.0/lib/rbvmomi/connection.rb:90:in `call'
  52. /opt/rh/ruby193/root/usr/share/gems/gems/rbvmomi-1.6.0/lib/rbvmomi/basic_types.rb:203:in `_call'
  53. /opt/rh/ruby193/root/usr/share/gems/gems/rbvmomi-1.6.0/lib/rbvmomi/basic_types.rb:74:in `block (2 levels) in init'
  54. /opt/rh/ruby193/root/usr/share/gems/gems/rbvmomi-1.6.0/lib/rbvmomi/vim/ManagedObject.rb:38:in `collect!'
  55. /opt/rh/ruby193/root/usr/share/gems/gems/fog-1.21.0/lib/fog/vsphere/compute.rb:128:in `convert_vm_mob_ref_to_attr_hash'
  56. /opt/rh/ruby193/root/usr/share/gems/gems/fog-1.21.0/lib/fog/vsphere/requests/compute/get_virtual_machine.rb:6:in `get_virtual_machine'
  57. /opt/rh/ruby193/root/usr/share/gems/gems/fog-1.21.0/lib/fog/vsphere/models/compute/servers.rb:32:in `get'
  58. /opt/rh/ruby193/root/usr/share/gems/gems/fog-core-1.21.1/lib/fog/core/model.rb:40:in `reload'
  59. /opt/rh/ruby193/root/usr/share/gems/gems/fog-1.21.0/lib/fog/vsphere/models/compute/server.rb:248:in `reload'
  60. /opt/rh/ruby193/root/usr/share/gems/gems/fog-1.21.0/lib/fog/vsphere/models/compute/server.rb:236:in `save'
  61. /usr/share/foreman/app/models/compute_resources/foreman/model/vmware.rb:282:in `create_vm'
  62. /usr/share/foreman/app/models/concerns/orchestration/compute.rb:74:in `setCompute'
  63. /usr/share/foreman/app/models/concerns/orchestration.rb:137:in `execute'
  64. /usr/share/foreman/app/models/concerns/orchestration.rb:85:in `block in process'
  65. /usr/share/foreman/app/models/concerns/orchestration.rb:77:in `each'
  66. /usr/share/foreman/app/models/concerns/orchestration.rb:77:in `process'
  67. /usr/share/foreman/app/models/concerns/orchestration.rb:18:in `on_save'
  68. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:660:in `_run__1719632545728516120__save__2534082764509786902__callbacks'
  69. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
  70. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_save_callbacks'
  71. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
  72. /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/callbacks.rb:264:in `create_or_update'
  73. /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/persistence.rb:84:in `save'
  74. /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/validations.rb:50:in `save'
  75. /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/attribute_methods/dirty.rb:22:in `save'
  76. /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/transactions.rb:241:in `block (2 levels) in save'
  77. /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status'
  78. /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction'
  79. /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/transactions.rb:208:in `transaction'
  80. /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/transactions.rb:293:in `with_transaction_returning_status'
  81. /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/transactions.rb:241:in `block in save'
  82. /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/transactions.rb:252:in `rollback_active_record_state!'
  83. /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/transactions.rb:240:in `save'
  84. /usr/share/foreman/app/models/concerns/foreman/sti.rb:29:in `save_with_type'
  85. /usr/share/foreman/app/controllers/hosts_controller.rb:90:in `create'
  86. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  87. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action'
  88. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in `process_action'
  89. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  90. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:527:in `block (3 levels) in _run__3358794924635171991__process_action__1229864785042251517__callbacks'
  91. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:215:in `block in _conditional_callback_around_6443'
  92. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:326:in `around'
  93. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:310:in `_callback_around_1843'
  94. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:214:in `_conditional_callback_around_6443'
  95. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:526:in `block (2 levels) in _run__3358794924635171991__process_action__1229864785042251517__callbacks'
  96. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:215:in `block in _conditional_callback_around_6442'
  97. /usr/share/foreman/app/models/concerns/foreman/thread_session.rb:33:in `clear_thread'
  98. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:214:in `_conditional_callback_around_6442'
  99. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:415:in `block in _run__3358794924635171991__process_action__1229864785042251517__callbacks'
  100. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:215:in `block in _conditional_callback_around_6441'
  101. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:326:in `around'
  102. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:310:in `_callback_around_13'
  103. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:214:in `_conditional_callback_around_6441'
  104. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:414:in `_run__3358794924635171991__process_action__1229864785042251517__callbacks'
  105. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
  106. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  107. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
  108. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in `process_action'
  109. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in `process_action'
  110. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  111. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument'
  112. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  113. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument'
  114. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  115. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  116. /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  117. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process'
  118. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process'
  119. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in `dispatch'
  120. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  121. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in `block in action'
  122. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `call'
  123. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  124. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in `call'
  125. /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
  126. /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
  127. /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
  128. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call'
  129. /opt/rh/ruby193/root/usr/share/gems/gems/apipie-rails-0.1.2/lib/apipie/static_dispatcher.rb:65:in `call'
  130. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call'
  131. /opt/rh/ruby193/root/usr/share/gems/gems/apipie-rails-0.1.2/lib/apipie/middleware/checksum_in_headers.rb:27:in `call'
  132. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  133. /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call'
  134. /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/conditionalget.rb:35:in `call'
  135. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/head.rb:14:in `call'
  136. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  137. /usr/share/foreman/lib/middleware/catch_json_parse_errors.rb:9:in `call'
  138. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/flash.rb:242:in `call'
  139. /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context'
  140. /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call'
  141. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:339:in `call'
  142. /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/query_cache.rb:64:in `call'
  143. /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
  144. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  145. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `_run__234158282910969825__call__2534082764509786902__callbacks'
  146. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
  147. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  148. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
  149. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  150. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  151. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  152. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  153. /opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/rack/logger.rb:26:in `call_app'
  154. /opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/rack/logger.rb:16:in `call'
  155. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/request_id.rb:22:in `call'
  156. /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call'
  157. /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call'
  158. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  159. /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call'
  160. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call'
  161. /opt/rh/ruby193/root/usr/share/gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:136:in `forward'
  162. /opt/rh/ruby193/root/usr/share/gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:143:in `pass'
  163. /opt/rh/ruby193/root/usr/share/gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:155:in `invalidate'
  164. /opt/rh/ruby193/root/usr/share/gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:71:in `call!'
  165. /opt/rh/ruby193/root/usr/share/gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:51:in `call'
  166. /opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call'
  167. /opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/application.rb:223:in `call'
  168. /opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:30:in `method_missing'
  169. /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/builder.rb:134:in `call'
  170. /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/urlmap.rb:64:in `block in call'
  171. /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/urlmap.rb:49:in `each'
  172. /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/urlmap.rb:49:in `call'
  173. /usr/lib/ruby/gems/1.8/gems/passenger-4.0.18/lib/phusion_passenger/rack/thread_handler_extension.rb:77:in `process_request'
  174. /usr/lib/ruby/gems/1.8/gems/passenger-4.0.18/lib/phusion_passenger/request_handler/thread_handler.rb:140:in `accept_and_process_next_request'
  175. /usr/lib/ruby/gems/1.8/gems/passenger-4.0.18/lib/phusion_passenger/request_handler/thread_handler.rb:108:in `main_loop'
  176. /usr/lib/ruby/gems/1.8/gems/passenger-4.0.18/lib/phusion_passenger/request_handler.rb:441:in `block (3 levels) in start_threads'
  177. Rolling back due to a problem: [Set up compute instance git.card.co.uk 2 failed [#<Host::Managed id: nil, name: "git.card.co.uk", ip: "192.168.150.55", last_compile: nil, last_freshcheck: nil, last_report: nil, updated_at: nil, source_file_id: nil, created_at: nil, mac: nil, root_pass: "$1$jfkrpMOg$zzFU8DtvU8HSGI38V6Vhj/", serial: nil, puppet_status: 0, domain_id: 1, architecture_id: 1, operatingsystem_id: 1, environment_id: 1, subnet_id: 1, ptable_id: 7, medium_id: 7, build: true, comment: "", disk: "", installed_at: nil, model_id: nil, hostgroup_id: nil, owner_id: 2, owner_type: "User", enabled: true, puppet_ca_proxy_id: 1, managed: true, use_image: nil, image_file: nil, uuid: nil, compute_resource_id: 1, puppet_proxy_id: 1, certname: nil, image_id: nil, organization_id: nil, location_id: nil, type: "Host::Managed", otp: nil, realm_id: nil, compute_profile_id: nil, provision_method: "build">, :setCompute]]
  178. Failed to save: Failed to create a compute ACTINT-VMware (VMWare) instance git.card.co.uk: InvalidProperty:
  179.  
  180. Rendered hosts/_progress.html.erb (2.7ms)
  181. Rendered puppetclasses/_selectedClasses.html.erb (0.0ms)
  182. Rendered puppetclasses/_classes_in_groups.html.erb (0.0ms)
  183. Rendered puppetclasses/_classes.html.erb (1.3ms)
  184. Rendered puppetclasses/_class_selection.html.erb (50.3ms)
  185.  
  186.  
  187. Started GET "/tasks/5b01cc5c-acdb-4708-aaa9-49cf80a53ff1" for 172.30.17.2 at 2014-08-20 15:26:14 +0100
  188. Processing by TasksController#show as */*
  189. Parameters: {"id"=>"5b01cc5c-acdb-4708-aaa9-49cf80a53ff1"}
  190. Rendered tasks/_list.html.erb (1.1ms)
  191. Completed 200 OK in 9ms (Views: 2.5ms | ActiveRecord: 0.8ms)
  192. Rendered compute_resources_vms/form/vmware/_network.html.erb (518.8ms)
  193. Rendered compute_resources_vms/form/vmware/_network.html.erb (130.8ms)
  194.  
  195.  
  196. Started GET "/tasks/5b01cc5c-acdb-4708-aaa9-49cf80a53ff1" for 172.30.17.2 at 2014-08-20 15:26:16 +0100
  197. Processing by TasksController#show as */*
  198. Parameters: {"id"=>"5b01cc5c-acdb-4708-aaa9-49cf80a53ff1"}
  199. Rendered tasks/_list.html.erb (1.3ms)
  200. Completed 200 OK in 9ms (Views: 2.6ms | ActiveRecord: 0.8ms)
  201. Rendered compute_resources_vms/form/vmware/_volume.html.erb (1332.6ms)
  202. Rendered compute_resources_vms/form/vmware/_volume.html.erb (1127.4ms)
  203.  
  204.  
  205. Started GET "/tasks/5b01cc5c-acdb-4708-aaa9-49cf80a53ff1" for 172.30.17.2 at 2014-08-20 15:26:18 +0100
  206. Processing by TasksController#show as */*
  207. Parameters: {"id"=>"5b01cc5c-acdb-4708-aaa9-49cf80a53ff1"}
  208. Rendered tasks/_list.html.erb (0.5ms)
  209. Completed 200 OK in 5ms (Views: 1.5ms | ActiveRecord: 0.4ms)
  210. Rendered compute_resources_vms/form/vmware/_volume.html.erb (914.3ms)
  211. Rendered compute_resources_vms/form/_vmware.html.erb (4904.0ms)
  212. Rendered hosts/_compute.html.erb (4913.7ms)
  213. Rendered common/_domain.html.erb (13.0ms)
  214. Rendered hosts/_interfaces.html.erb (14.9ms)
  215. Rendered common/os_selection/_architecture.html.erb (8.2ms)
  216. Rendered common/os_selection/_operatingsystem.html.erb (12.7ms)
  217. Rendered hosts/_operating_system.html.erb (33.2ms)
  218. Rendered hosts/_unattended.html.erb (5233.0ms)
  219. Rendered puppetclasses/_class_parameters.html.erb (0.0ms)
  220. Rendered puppetclasses/_classes_parameters.html.erb (13.8ms)
  221. Rendered common_parameters/_inherited_parameters.html.erb (1.5ms)
  222. Rendered common_parameters/_puppetclass_parameter.html.erb (4.9ms)
  223. Rendered common_parameters/_puppetclasses_parameters.html.erb (18.7ms)
  224. Rendered common_parameters/_parameter.html.erb (3.4ms)
  225. Rendered common_parameters/_parameters.html.erb (37.1ms)
  226. Rendered hosts/_form.html.erb (5786.5ms)
  227. Rendered hosts/new.html.erb within layouts/application (5791.8ms)
  228. Rendered home/_user_dropdown.html.erb (1.8ms)
  229. Read fragment views/tabs_and_title_records-2 (0.2ms)
  230. Rendered home/_topbar.html.erb (3.1ms)
  231. Rendered layouts/base.html.erb (5.0ms)
  232. Completed 200 OK in 16314ms (Views: 5764.0ms | ActiveRecord: 102.5ms)
  233.  
  234.  
  235. Started GET "/tasks/5b01cc5c-acdb-4708-aaa9-49cf80a53ff1" for 172.30.17.2 at 2014-08-20 15:26:20 +0100
  236. Processing by TasksController#show as */*
  237. Parameters: {"id"=>"5b01cc5c-acdb-4708-aaa9-49cf80a53ff1"}
  238. Rendered tasks/_list.html.erb (3.0ms)
  239. Completed 200 OK in 30ms (Views: 15.9ms | ActiveRecord: 1.0ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement