Project

General

Profile

Actions

Bug #10242

closed

Error in digitalocean plugin in 1.8.x

Added by El Joppa about 9 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Difficulty:
trivial
Triaged:
Fixed in Releases:
Found in Releases:

Description

Trying to either create host or list compute profiles:

We're sorry, but something went wrong.
We've been notified about this issue and we'll take a look at it shortly.

production.log:

2015-04-22 19:26:03 [I] Started GET "/compute_profiles/4-DigitalOcean%205%20usd/compute_resources/2-DigitalOcean/compute_attributes/new" for 10.6.6.130 at 2015-04-22 19:26:03 +0200
2015-04-22 19:26:03 [I] Processing by ComputeAttributesController#new as */*
2015-04-22 19:26:03 [I]   Parameters: {"compute_profile_id"=>"4-DigitalOcean 5 usd", "compute_resource_id"=>"2-DigitalOcean"}
2015-04-22 19:26:04 [I] Successfully decrypted field for ForemanDigitalocean::Digitalocean DigitalOcean
2015-04-22 19:26:04 [I] Successfully decrypted field for ForemanDigitalocean::Digitalocean DigitalOcean
2015-04-22 19:26:04 [I] Successfully decrypted field for ForemanDigitalocean::Digitalocean DigitalOcean
2015-04-22 19:26:05 [I]   Rendered compute_attributes/_compute_form.html.erb (1.6ms)
2015-04-22 19:26:05 [I]   Rendered compute_attributes/_form.html.erb (1257.6ms)
2015-04-22 19:26:05 [I]   Rendered compute_attributes/new.html.erb (1259.9ms)
2015-04-22 19:26:05 [I] Completed 500 Internal Server Error in 1265.1ms
2015-04-22 19:26:05 [F]
ActionView::MissingTemplate (Missing partial compute_resources_vms/form/digitalocean/base with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :rabl]}. Searched in:
  * "/usr/share/foreman/app/views" 
  * "/usr/share/foreman/vendor/ruby/1.9.1/gems/foreman_digitalocean-0.1.0/app/views" 
  * "/usr/share/foreman/vendor/ruby/1.9.1/gems/foreman-tasks-0.6.12/app/views" 
  * "/usr/share/foreman/vendor/ruby/1.9.1/gems/foreman_salt-2.0.2/app/views" 
  * "/usr/share/foreman/vendor/ruby/1.9.1/gems/foreman_discovery-3.0.0/app/views" 
  * "/usr/share/foreman/vendor/ruby/1.9.1/gems/foreman_setup-2.1.0/app/views" 
  * "/usr/share/foreman/vendor/ruby/1.9.1/gems/apipie-rails-0.2.6/app/views" 
):
  app/views/compute_attributes/_compute_form.html.erb:3:in `_8d07b60d363e84f9486ccb8e5d8d3fcf'
  app/views/compute_attributes/_form.html.erb:10:in `block (2 levels) in _75d4872e7b0756bd24b016c77fa75460'
  app/views/compute_attributes/_form.html.erb:8:in `block in _75d4872e7b0756bd24b016c77fa75460'
  app/helpers/layout_helper.rb:273:in `form_for'
  app/views/compute_attributes/_form.html.erb:2:in `_75d4872e7b0756bd24b016c77fa75460'
  app/views/compute_attributes/new.html.erb:3:in `_dff328974bdbc03a2fae8eae7aa81a1f'
  app/controllers/concerns/application_shared.rb:13:in `set_timezone'
  app/models/concerns/foreman/thread_session.rb:32:in `clear_thread'
  lib/middleware/catch_json_parse_errors.rb:9:in `call'


Related issues 1 (0 open1 closed)

Related to Foreman - Bug #9480: Fix multiple NICs integration with compute profilesClosedTomáš Strachota02/20/2015Actions
Actions #1

Updated by Anonymous about 9 years ago

  • Project changed from Installer to DigitalOcean
  • Assignee set to Tommy McNeely

Tommy, could you have a look into that one? Foreman itself is 1.8 RC3

Actions #2

Updated by Dominic Cleal about 9 years ago

  • Related to Bug #9480: Fix multiple NICs integration with compute profiles added
Actions #3

Updated by Dominic Cleal about 9 years ago

#9480 rearranged the core templates for compute resources a bit, creating the 'base' template that it's looking for - this will need to be copied in the DO plugin I think.

Actions #4

Updated by Tommy McNeely almost 9 years ago

  • Status changed from New to Ready For Testing
  • Difficulty set to trivial

Fixed in master

Actions #5

Updated by Tommy McNeely almost 9 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF