Jump to: navigation, search

Difference between revisions of "BarbicanAutomation"

(Created page with "== Organization of Chef Cookbooks == For Chef development we are using Berkshelf to manage our cookbooks. Since we are using Berkshelf our cookbooks are located in separate i...")
 
(Organization of Chef Cookbooks)
Line 8: Line 8:
 
* [https://github.com/cloudkeep-ops/barbican-postgresql Barbican Postgres] - Wrapper cookbook for configuring Postgresql in a Barbican cluster
 
* [https://github.com/cloudkeep-ops/barbican-postgresql Barbican Postgres] - Wrapper cookbook for configuring Postgresql in a Barbican cluster
 
* [https://github.com/cloudkeep-ops/barbican-rabbitmq Barbican RabbitMQ] - Wrapper cookbook for configuring RabbitMQ in a Barbican cluster
 
* [https://github.com/cloudkeep-ops/barbican-rabbitmq Barbican RabbitMQ] - Wrapper cookbook for configuring RabbitMQ in a Barbican cluster
 +
  
 
The cookbooks have been designed that they can be deployed with or without a Chef server.
 
The cookbooks have been designed that they can be deployed with or without a Chef server.

Revision as of 18:17, 3 April 2014

Organization of Chef Cookbooks

For Chef development we are using Berkshelf to manage our cookbooks. Since we are using Berkshelf our cookbooks are located in separate individual repositories, located here: cloudkeep-ops.

There are four main cookbooks to deploy the Barbican application:

  • Chef Barbican - Includes recipes for deploying Barbican Worker and API nodes
  • Barbican Postgres - Wrapper cookbook for configuring Postgresql in a Barbican cluster
  • Barbican RabbitMQ - Wrapper cookbook for configuring RabbitMQ in a Barbican cluster


The cookbooks have been designed that they can be deployed with or without a Chef server.