fnichol / knife-server

A Chef Knife plugin to manage Chef Servers. Bootstrap a new Chef Server on Amazon's EC2, Digital Ocean, Linode, OpenStack or a standalone server. Backup and restore your Chef Server or Hosted Chef's node, role, data bag, and environment JSON data.
http://fnichol.github.com/knife-server
Apache License 2.0
158 stars 34 forks source link

Option for specifying the chef-server version? #26

Closed millisami closed 11 years ago

millisami commented 11 years ago

Hi, I was trying to find the option to specify which chef-server version to bootstrap since the release of the chef 11.

I found this pull req https://github.com/fnichol/knife-server/pull/22 that might support this but not sure enough.

Or is there any other option?

fnichol commented 11 years ago

Ok, this should be resolved with the 1.0.0 release (just out the door). This is the first release to support installing Chef 11 servers (which is also now the default). You can use the --bootstrap-version flag to set a specific omnibus package version, or set the value to "10" to install a Chef 10 server. The default (unset) value will install the latest stable release from http://www.opscode.com/chef/install/.

Take a quick skim of the CHANGELONG, and give it a shot without the flag if you're looking for a Chef 11 server.

Thanks!