Advertisement
Guest User

yerba-foreman

a guest
Aug 6th, 2015
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 2.77 KB | None | 0 0
  1. root@home:/etc/default# foreman-rake db:migrate
  2. Performance on MRI may be improved with the concurrent-ruby-ext gem. Please see http://concurrent-ruby.com
  3. [deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message.
  4. root@home:/etc/default# foreman-rake db:seed
  5. Performance on MRI may be improved with the concurrent-ruby-ext gem. Please see http://concurrent-ruby.com
  6. [deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message.
  7. Seeding /usr/share/foreman/db/seeds.d/03-auth_sources.rb
  8. Seeding /usr/share/foreman/db/seeds.d/03-permissions.rb
  9. Seeding /usr/share/foreman/db/seeds.d/03-roles.rb
  10. Seeding /usr/share/foreman/db/seeds.d/04-admin.rb
  11. Seeding /usr/share/foreman/db/seeds.d/05-taxonomies.rb
  12. Seeding /usr/share/foreman/db/seeds.d/06-architectures.rb
  13. Seeding /usr/share/foreman/db/seeds.d/07-provisioning_templates.rb
  14. Seeding /usr/share/foreman/db/seeds.d/08-partition_tables.rb
  15. Seeding /usr/share/foreman/db/seeds.d/10-installation_media.rb
  16. Seeding /usr/share/foreman/db/seeds.d/11-smart_proxy_features.rb
  17. Seeding /usr/share/foreman/db/seeds.d/13-compute_profiles.rb
  18. Seeding /usr/share/foreman/db/seeds.d/15-bookmarks.rb
  19. Seeding /usr/share/foreman/db/seeds.d/16-mail_notifications.rb
  20. Seeding /usr/share/foreman/vendor/ruby/1.9.1/gems/foreman-tasks-0.7.1/db/seeds.d/20-foreman_tasks_permissions.rb
  21. All seed files executed
  22. rake aborted!
  23. NoMethodError: undefined method `chef_proxies' for #<Class:0x00000007d938c8>
  24. /usr/share/foreman/vendor/ruby/1.9.1/gems/activerecord-3.2.21/lib/active_record/dynamic_matchers.rb:55:in `method_missing'
  25. /usr/share/foreman/vendor/ruby/1.9.1/gems/foreman_chef-0.1.5/db/seeds.rb:19:in `<top (required)>'
  26. /usr/share/foreman/vendor/ruby/1.9.1/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:245:in `load'
  27. /usr/share/foreman/vendor/ruby/1.9.1/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:245:in `block in load'
  28. /usr/share/foreman/vendor/ruby/1.9.1/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:236:in `load_dependency'
  29. /usr/share/foreman/vendor/ruby/1.9.1/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:245:in `load'
  30. /usr/share/foreman/vendor/ruby/1.9.1/gems/railties-3.2.21/lib/rails/engine.rb:525:in `load_seed'
  31. /usr/share/foreman/vendor/ruby/1.9.1/gems/railties-3.2.21/lib/rails/railtie/configurable.rb:30:in `method_missing'
  32. /usr/share/foreman/vendor/ruby/1.9.1/gems/foreman_chef-0.1.5/lib/foreman_chef/engine.rb:11:in `block (2 levels) in <class:Engine>'
  33. Tasks: TOP => db:seed
  34. (See full trace by running task with --trace)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement