-
-
Save fujin/170914 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| queue_host "localhost" | |
| queue_password "" | |
| queue_port 61613 | |
| queue_retry_count 5 | |
| queue_retry_delay 5 | |
| queue_user "" | |
| queue_prefix nil |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /usr/lib/ruby/gems/1.8/gems/stomp-1.1/lib/stomp/connection.rb:57:in `initialize': getaddrinfo: Name or service not known (SocketError) | |
| from /usr/lib/ruby/gems/1.8/gems/stomp-1.1/lib/stomp/connection.rb:57:in `open' | |
| from /usr/lib/ruby/gems/1.8/gems/stomp-1.1/lib/stomp/connection.rb:57:in `socket' | |
| from /usr/lib/ruby/gems/1.8/gems/stomp-1.1/lib/stomp/connection.rb:42:in `initialize' | |
| from /usr/lib/ruby/gems/1.8/gems/stomp-1.1/lib/stomp/connection.rb:47:in `new' | |
| from /usr/lib/ruby/gems/1.8/gems/stomp-1.1/lib/stomp/connection.rb:47:in `open' | |
| from /usr/lib/ruby/gems/1.8/gems/chef-0.7.4/lib/chef/queue.rb:41:in `connect' | |
| from /usr/lib/ruby/gems/1.8/gems/chef-0.7.4/lib/chef/application/indexer.rb:85:in `setup_application' | |
| from /usr/lib/ruby/gems/1.8/gems/chef-0.7.4/lib/chef/application.rb:56:in `run' | |
| from /usr/lib/ruby/gems/1.8/gems/chef-server-0.7.4/bin/chef-indexer:26 | |
| from /usr/bin/chef-indexer:19:in `load' | |
| from /usr/bin/chef-indexer:19 | |
| server.rb: | |
| log_level :info | |
| log_location "/var/log/chef/server.log" | |
| ssl_verify_mode :verify_none | |
| registration_url "https://vm0000190.sina.com.cn" | |
| openid_url "https://vm0000190.sina.com.cn:444" | |
| template_url "https://vm0000190.sina.com.cn" | |
| remotefile_url "https://vm0000190.sina.com.cn" | |
| search_url "https://vm0000190.sina.com.cn" | |
| role_url "https://vm0000190.sina.com.cn" | |
| validation_token "pYweJn1sGWC0TN2TQ6nL" | |
| cookbook_path [ "/srv/chef/site-cookbooks", "/srv/chef/cookbooks" ] | |
| file_store_path "/srv/chef/file_store" | |
| file_cache_path "/srv/chef/cache" | |
| node_path "/srv/chef/nodes" | |
| openid_store_path "/srv/chef/openid/store" | |
| openid_cstore_path "/srv/chef/openid/cstore" | |
| search_index_path "/srv/chef/search_index" | |
| role_path "/srv/chef/roles" | |
| # uncomment and modify to allow specific openid providers | |
| authorized_openid_providers [ "http://openid.35.com", "http://openid", "35.com" ] | |
| # uncomment and modify to lock down openid identifiers, ie 'some_user.myopenid.com' | |
| authorized_openid_identifiers [ "jewforice.openid.35.com", "http://jewforice.openid.35.com" ] | |
| Chef::Log::Formatter.show_time = true | |
| ~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment