Pat Riehecky

Results 259 comments of Pat Riehecky

Linking in https://bugzilla.redhat.com/show_bug.cgi?id=2211944 The initial driver for the anaconda patch is 99.9% of rebuild users don't use self managed katello so presenting them with the subscription-manager gui is a confusing...

rebased off HEAD to try and get the tests to run better...

I'm juggleing a few things today. Odds are I wont get back to this for a week or two... If you've got the time, I think you've got write access...

I finally found time to get back to this, ` The snippet 'redhat_register' threw an error: Safemode doesn't allow to access 'registration_type' on #` seems an odd error since I...

It would be super helpful if the tests indicated which template from the list it doesn't like... I've never succeeded in generating the template snapshots locally...

Indeed it is. It seems an odd error since I didn't add the `registration_type` var in this PR.... Since I don't think I broke it, I'm not sure how to...

@stejskalleos Any ideas how I can get this to work with `registration_type`? All I did was add a `-` to the `%>`. The actual definition and use is already in...

hmmmmm ``` [riehecky@testify foreman]$ RAILS_ENV=test bundle exec rails snapshots:generate rails aborted! Cannot load database configuration: Could not load database configuration. No such file - ["config/database.yml"] /tmp/foo/foreman/.vendor/ruby/3.0.0/gems/railties-6.1.7.6/lib/rails/application/configuration.rb:294:in `database_configuration' /tmp/foo/foreman/.vendor/ruby/3.0.0/gems/activerecord-6.1.7.6/lib/active_record/railtie.rb:221:in `block (2...

Closer, but.... ``` [riehecky@testify foreman]$ RAILS_ENV=test bundle exec rails db:migrate == 20150525081931 RemoveDuplicateTokens: migrating ============================ -- foreign_key_exists?(:tokens, {:name=>"tokens_host_id_fk"}) -> 0.0022s -- index_exists?(:tokens, :host_id, {:name=>"index_tokens_on_host_id"}) -> 0.0017s -- remove_index(:tokens, :host_id, {:name=>"index_tokens_on_host_id"})...

When run on a fresh database the problem persists.