Project Clearwater is backed by Metaswitch Networks. We have discontinued active support for this project as of 1st December 2019. The mailing list archive is available in GitHub. All of the documentation and source code remains available for the community in GitHub. Metaswitch’s Clearwater Core product, built on Project Clearwater, remains an active and successful commercial offering. Please contact clearwater@metaswitch.com for more information. Note – this email is for commercial contacts with Metaswitch. We are no longer offering support for Project Clearwater via this contact.
This repository is for Chef recipes for Clearwater. It is based off of the template provided by opscode here: https://github.com/opscode/chef-repo
For instructions on how to use Chef with Clearwater, see:
- Installing a Chef workstation
- Installing a Chef server
- Creating a deployment environment
- Creating a deployment with Chef
The recommended workflow is to keep all Chef configuration under version control, and to update the Chef server from this configuration.
Knife provides commands for updating the config on the Chef server. Typically you'll be updating the following:
- Cookbooks - edit files in
cookbooks/
and upload withknife cookbook upload <name>
- Environments - edit files in
environments/
and upload withknife environment from file environments/<name>.rb
- Roles - edit files in
roles/
and upload withknife role from file roles/<name>.rb
For details on more knife commands check out our documentation, run knife --help
and consult the chef documentation
Also, see the knife cheatsheet