Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

Commit

Permalink
chef-server v0.99.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Feb 28, 2012
1 parent b359efb commit df48c70
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 2 deletions.
46 changes: 45 additions & 1 deletion chef-server/README.md
Expand Up @@ -56,6 +56,12 @@ The Chef Server will work on a variety of platforms, however a Ubuntu or Debian

The `chef-server::default` recipe will work on any platform running the Chef Server, as it only compacts the CouchDB / views.

See:

* http://wiki.opscode.com/display/chef/Installing+Chef+Server+using+Chef+Solo

Note that CentOS 5 is known to not work due to issues with Ruby.

Cookbooks
---------

Expand Down Expand Up @@ -210,6 +216,36 @@ js\_expire\_hours

Sets expiration time for JavaScript in the WebUI.

api\_server\_name
-----------------

VirtualHost server name for the API.

api\_port
---------

Port for the API's HTTPS proxy.

api\_aliases
------------

VirtualHost server aliases for the API.

webui\_server\_name
-----------------

VirtualHost server name for the webui.

webui\_port
---------

Port for the WebUI HTTPS proxy.

webui\_aliases
------------

VirtualHost server alaises for the webui.

RECIPES AND USAGE
=================

Expand Down Expand Up @@ -293,13 +329,21 @@ Runit and daemontools "run" scripts for the services configured when `node['chef

Bluepill "pill" files for the services configured when `node['chef_server']['init_style']` is "bluepill".

Changes
=======

## v0.99.12:

* [COOK-757] - compact all the views
* [COOK-969] - `server_name` and `server_aliases` as configurable attributes on `chef_server::nginx-proxy` and `chef_server::apache-proxy`

LICENSE AND AUTHORS
===================

* Author: Joshua Timberman <joshua@opscode.com>
* Author: Joshua Sierles <joshua@37signals.com>

* Copyright 2008-2011, Opscode, Inc
* Copyright 2008-2012, Opscode, Inc
* Copyright 2009, 37signals

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion chef-server/metadata.rb
Expand Up @@ -3,7 +3,7 @@
license "Apache 2.0"
description "Installs and configures Chef Server"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.99.11"
version "0.99.12"
recipe "chef-server", "Compacts the Chef Server CouchDB."
recipe "chef-server::rubygems-install", "Set up rubygem installed chef server."
recipe "chef-server::apache-proxy", "Configures Apache2 proxy for API and WebUI"
Expand Down

0 comments on commit df48c70

Please sign in to comment.