Também visto em CHEF-3610 , sua versão faca / chef pode ser 11.8.2 de fato, mas o nó pode ter sido bootstrapped com uma velha caixa vagrant.
Estou tentando inicializar uma caixa do Vagrant usando um servidor de chef hospedado.
knife bootstrap testbed001.me --sudo -x root -N "testbed001"
No entanto, o comando gera um erro:
Bootstrapping Chef on testbed001.me
testbed001.me /usr/lib/ruby/vendor_ruby/mixlib/log.rb:97:in 'level=': Log level must be one of :debug, :info, :warn, :error, or :fatal (ArgumentError)
testbed001.me from /usr/lib/ruby/vendor_ruby/chef/application.rb:113:in 'configure_logging'
testbed001.me from /usr/lib/ruby/vendor_ruby/chef/application/client.rb:213:in 'configure_logging'
testbed001.me from /usr/lib/ruby/vendor_ruby/chef/application.rb:63:in 'reconfigure'
testbed001.me from /usr/lib/ruby/vendor_ruby/chef/application/client.rb:168:in 'reconfigure'
testbed001.me from /usr/lib/ruby/vendor_ruby/chef/application.rb:68:in 'run'
testbed001.me from /usr/bin/chef-client:25:in '<main>'
Meu arquivo knife.rb
:
current_dir = File.dirname(__FILE__)
log_level :info
log_location STDOUT
.
.
.
Eu tentei inicializar outro nó hospedado no DigitalOcean e não tive problemas. Estou usando a versão 11.8.2
. Alguém experimenta o mesmo?
Também visto em CHEF-3610 , sua versão faca / chef pode ser 11.8.2 de fato, mas o nó pode ter sido bootstrapped com uma velha caixa vagrant.