Skip to content

Instantly share code, notes, and snippets.

@nickethier
Created February 2, 2012 17:33
Show Gist options
  • Save nickethier/1724769 to your computer and use it in GitHub Desktop.
Save nickethier/1724769 to your computer and use it in GitHub Desktop.
dm-chef-adapter CI stuff
log_level          :info
log_location       STDOUT
ssl_verify_mode    :verify_none
chef_server_url    "http://localhost:4000"
 
signing_ca_path    "/var/chef/ca"
couchdb_database   'chef'
 
cookbook_path      [ "/var/chef/cookbooks", "/var/chef/site-cookbooks" ]
 
file_cache_path    "/var/chef/cache"
node_path          "/var/chef/nodes"
openid_store_path  "/var/chef/openid/store"
openid_cstore_path "/var/chef/openid/cstore"
search_index_path  "/var/chef/search_index"
role_path          "/var/chef/roles"
 
validation_client_name "chef-validator"
validation_key         "/etc/chef/validation.pem"
client_key             "/etc/chef/client.pem"
web_ui_client_name     "chef-webui"
web_ui_key             "/etc/chef/webui.pem"
 
web_ui_admin_user_name "admin"
web_ui_admin_default_password "chef321go"
 
supportdir = "/srv/chef/support"
solr_jetty_path File.join(supportdir, "solr", "jetty")
solr_data_path  File.join(supportdir, "solr", "data")
solr_home_path  File.join(supportdir, "solr", "home")
solr_heap_size  "256M"
 
umask 0022
amqp_host 'localhost'
amqp_port '5672'
amqp_user 'chef'
amqp_pass "testing"
 
Mixlib::Log::Formatter.show_time = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment