RETIRED, Examples and references to use Chef for OpenStack projects
Go to file
mattray cac93fc26f remove documentation link 2012-06-19 11:55:33 -05:00
.chef environment-variable aware knife.rb 2012-06-18 16:27:45 -05:00
documentation initial nova placeholder 2012-06-19 11:52:00 -05:00
roles imported single-compute role from github.com/rcbops/chef-cookbooks and removed currently missing components 2012-06-18 22:00:34 -05:00
.gitignore ignoring the junk 2012-06-18 16:23:37 -05:00
README.md remove documentation link 2012-06-19 11:55:33 -05:00
TODO.org essex start 2012-06-18 16:47:56 -05:00
infrastructure.yml updated for first pass on allinone, mysql-master, single-compute and single-controller 2012-06-18 22:07:56 -05:00

README.md

Description

This repository contains documentation, roles, environments and data bags for deploying an OpenStack Essex reference architecture using Chef. This currently includes the 5 OpenStack core projects: Nova, Glance, Keystone, Swift and Horizon.

Please use this essex branch to get the latest stable release. The master branch will remain empty until work begins on the Folsom pre-release. After Folsom is branched in OpenStack, it will get its own folsom Git branch as well.

This will be a canonical source of documentation and there will be an additional documentation directory in the repository with more detailed instructions.

There is a Spiceweasel (http://bit.ly/spcwsl) manifest documenting all the community cookbooks (and their versions), roles, data bags and environments required to deploy OpenStack. The intention is to only depend on publicly available community versions of cookbooks so the openstack-chef-repo will not contain any cookbooks (it is possible we will temporarily keep patched versions waiting for upstream to publish). The manifest will also document a variety of deployment techniques for single-node, small and large deployments.

Cookbooks

The cookbooks have been designed and written in such a way that they can be used to deploy individual service components on any of the nodes in the infrastructure; in short they can be used for single node 'all-in-one' installs (for testing), right up to multi/many node production installs. In order to achieve this flexibility, they make use of the chef search functionality, and therefore require that if you are deploying anything larger than a single node deployment, you use chef server to host your cookbooks rather than using Chef Solo.

Each of the OpenStack services has its own cookbook and is available on the Chef Community site and on GitHub. Please refer to the documentation directory for more details on each.

Nova

http://community.opscode.com/cookbooks/nova

http://github.com/mattray/nova

Glance

http://community.opscode.com/cookbooks/glance

http://github.com/mattray/glance

Keystone

http://community.opscode.com/cookbooks/keystone

http://github.com/mattray/keystone

Horizon

http://community.opscode.com/cookbooks/horizon

http://github.com/mattray/horizon

Swift

http://community.opscode.com/cookbooks/swift

http://github.com/mattray/swift

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.