Project

General

Profile

Bug #3289

listing templates fail

Added by Martin Bacovsky over 9 years ago. Updated over 4 years ago.

Status:
Resolved
Priority:
Normal
Category:
Foreman commands (obsolete)
Target version:
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Team Backlog:
Fixed in Releases:
Found in Releases:
In Kanboard:
Red Hat JIRA:

Description

[lzap@exee ~]$ hammer -v template list
No permissions to create log dir /var/log/foreman
File /var/log/foreman/hammer.log not writeable, won't log anything to file!
[ INFO 2013-10-16 16:22:11 Init] Configuration from the file /home/lzap/.foreman/cli_config.yml has been loaded
[ INFO 2013-10-16 16:22:11 Init] Extension module hammer_cli_foreman loaded
[ INFO 2013-10-16 16:22:11 HammerCLI::MainCommand] Called with options: {"verbose"=>true}
[ INFO 2013-10-16 16:22:11 HammerCLIForeman::Template] Called with options: {}
[ INFO 2013-10-16 16:22:11 HammerCLIForeman::Template::ListCommand] Called with options: {}
[ERROR 2013-10-16 16:22:11 Exception] Error: undefined method `[]' for nil:NilClass
Error: undefined method `[]' for nil:NilClass
[ERROR 2013-10-16 16:22:11 Exception]

NoMethodError (undefined method `[]' for nil:NilClass):
/home/lzap/.gem/ruby/gems/hammer_cli_foreman-0.0.7/lib/hammer_cli_foreman/template.rb:28:in `block in retrieve_data'
/home/lzap/.gem/ruby/gems/hammer_cli_foreman-0.0.7/lib/hammer_cli_foreman/template.rb:24:in `each'
/home/lzap/.gem/ruby/gems/hammer_cli_foreman-0.0.7/lib/hammer_cli_foreman/template.rb:24:in `retrieve_data'
/home/lzap/.gem/ruby/gems/hammer_cli-0.0.7/lib/hammer_cli/apipie/read_command.rb:25:in `execute'
/home/lzap/.gem/ruby/gems/clamp-0.6.1/lib/clamp/command.rb:67:in `run'
/home/lzap/.gem/ruby/gems/hammer_cli-0.0.7/lib/hammer_cli/abstract.rb:23:in `run'
/home/lzap/.gem/ruby/gems/clamp-0.6.1/lib/clamp/subcommand/execution.rb:11:in `execute'
/home/lzap/.gem/ruby/gems/clamp-0.6.1/lib/clamp/command.rb:67:in `run'
/home/lzap/.gem/ruby/gems/hammer_cli-0.0.7/lib/hammer_cli/abstract.rb:23:in `run'
/home/lzap/.gem/ruby/gems/clamp-0.6.1/lib/clamp/subcommand/execution.rb:11:in `execute'
/home/lzap/.gem/ruby/gems/clamp-0.6.1/lib/clamp/command.rb:67:in `run'
/home/lzap/.gem/ruby/gems/hammer_cli-0.0.7/lib/hammer_cli/abstract.rb:23:in `run'
/home/lzap/.gem/ruby/gems/hammer_cli-0.0.7/lib/hammer_cli/main.rb:43:in `run'
/home/lzap/.gem/ruby/gems/clamp-0.6.1/lib/clamp/command.rb:125:in `run'
/home/lzap/.gem/ruby/gems/hammer_cli-0.0.7/bin/hammer:62:in `<top (required)>'
/home/lzap/bin/hammer:23:in `load'
/home/lzap/bin/hammer:23:in `<main>'

Associated revisions

Revision 38d77436 (diff)
Added by Martin Bacovsky over 9 years ago

Fixes #3289 - template listing fails

Revision 8be071da
Added by mbacovsky over 9 years ago

Merge pull request #32 from mbacovsky/3289_template_list

Fixes #3289 - template listing fails

History

#1 Updated by Martin Bacovsky over 9 years ago

The reason is PXE Localboot Default has improperly set template type.
Adding check to not fail on that

#2 Updated by Martin Bacovsky over 9 years ago

  • Status changed from Assigned to Ready For Testing
  • Target version set to 1.15.0

#3 Updated by Dominic Cleal over 9 years ago

  • Project changed from Foreman to Hammer CLI
  • Category deleted (44)

#4 Updated by Martin Bacovsky over 9 years ago

  • Category set to Foreman commands (obsolete)

#5 Updated by Martin Bacovsky over 9 years ago

  • Status changed from Ready For Testing to Resolved

Also available in: Atom PDF