Project

General

Profile

Actions

Bug #6891

closed

rake db:seed failure on creating organization

Added by Brad Buckingham over 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
DB migrations
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

If a user changes the name of the default organization (e.g. SEED_ORGANIZATION=myorg) and then runs 'rake db:seed', the seed will fail. It appears that the seed needs to set a current user in order to support creating the organization.

The error will look similar to:

$ rake db:seed
[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.
Seeding /home/bbucking/github/foreman/db/seeds.d/03-auth_sources.rb
Seeding /home/bbucking/github/foreman/db/seeds.d/04-admin.rb
Seeding /home/bbucking/github/foreman/db/seeds.d/05-taxonomies.rb
rake aborted!
NoMethodError: undefined method `admin' for nil:NilClass
/home/bbucking/github/foreman/app/models/taxonomy.rb:154:in `assign_taxonomy_to_user'
/home/bbucking/.rvm/gems/ruby-1.9.3-p448@fortello/gems/activesupport-3.2.18/lib/active_support/callbacks.rb:439:in `_run__793302873426636606__create__1603672517052670112__callbacks'
/home/bbucking/.rvm/gems/ruby-1.9.3-p448@fortello/gems/activesupport-3.2.18/lib/active_support/callbacks.rb:405:in `__run_callback'


Related issues 1 (0 open1 closed)

Related to Foreman - Bug #5029: Cannot specify initial Organization or Location via Katello installerClosedEric Helms04/02/2014Actions
Actions #1

Updated by Brad Buckingham over 9 years ago

Note: by changing organization, I mean they are go in to the UI and rename it after the initial seeding is performed.

e.g
initial name=myorg
rename to name=myneworg
re-run the seed

Actions #2

Updated by The Foreman Bot over 9 years ago

  • Status changed from New to Ready For Testing
  • Target version set to 1.7.5
  • Pull request https://github.com/theforeman/foreman/pull/1645 added
  • Pull request deleted ()
Actions #3

Updated by Dominic Cleal over 9 years ago

  • Assignee set to Eric Helms
Actions #4

Updated by Dominic Cleal over 9 years ago

  • Related to Bug #5029: Cannot specify initial Organization or Location via Katello installer added
Actions #5

Updated by Dominic Cleal over 9 years ago

  • translation missing: en.field_release set to 10
Actions #6

Updated by Eric Helms over 9 years ago

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

Also available in: Atom PDF