This repository manages the configuration of all the servers run by the OpenStreetMap Foundation's Operations Working Group. We use Chef to automated the configuration of all of our servers.
We make extensive use of roles to configure the servers. In general we have:
These deal with particular setup or quirks of a server, such as its IP address. They also include roles representing the service they are performing, and the location they are in and any particular hardware they have that needs configuration. All our servers are named after dragons.
Covers anything specific to a certain piece of hardware, like a motherboard, that could apply to multiple machines.
These form a hierarchy of datacentres, organisations, and countries where our servers are located.
These cover the services that the server is running, and will include the recipes required for that service along with any specific configurations and other cascading roles.
We use the 'Organization Repository' approach, where we have all our cookbooks in this repository (as opposed to one repository per cookbook). Additionally we don't make use of external cookbooks so every cookbook required is in this repository.
Contributions are welcome! Please see CONTRIBUTING.md for more details. The guide also includes details on how to run the tests locally.