Skip to content
/ chef Public
forked from Metaswitch/chef

Repo to hold chef recipes for Clearwater deployment

Notifications You must be signed in to change notification settings

rmijumbi/chef

 
 

Repository files navigation

Clearwater Chef

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

Project Clearwater is an open-source IMS core, developed by Metaswitch Networks and released under the GNU GPLv3. You can find more information about it on our website or our wiki.

For instructions on how to use Chef with Clearwater, see:

The recommended workflow is to keep all Chef configuration under version control, and to update the Chef server from this configuration.

Updating the Chef server

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 with knife cookbook upload <name>
  • Environments - edit files in environments/ and upload with knife environment from file environments/<name>.rb
  • Roles - edit files in roles/ and upload with knife 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

About

Repo to hold chef recipes for Clearwater deployment

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 66.9%
  • JavaScript 21.4%
  • HTML 11.4%
  • Other 0.3%