Created
April 4, 2017 21:00
-
-
Save coderanger/babe76e4d63b17002ee77e77646829a6 to your computer and use it in GitHub Desktop.
ssd's config example for Chef Server external stuffs
This file contains 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
fqdn "FQDN" | |
postgresql['external'] = true | |
postgresql['vip'] = 'EXTERNAL_PG_IP' | |
postgresql['db_superuser'] = 'DB_SUPERUSER' | |
postgresql['db_superuser_password'] = 'DB_SUPERUSER_PASSWORD' | |
opscode_solr4['external'] = true | |
opscode_solr4['external_url'] = 'http://EXTERNAL_ES_IP:9200' | |
opscode_erchef['search_provider'] = 'elasticsearch' | |
opscode_erchef['search_queue_mode'] = 'batch' | |
bookshelf['storage_type'] = :sql | |
rabbitmq['enable'] = false | |
rabbitmq['management_enabled'] = false | |
rabbitmq['queue_length_monitor_enabled'] = false | |
opscode_expander['enable'] = false | |
dark_launch['actions'] = false | |
opscode_erchef['nginx_bookshelf_caching'] = :on | |
opscode_erchef['s3_url_expiry_window_size'] = '50%' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment