All Projects → katbyte → Chef Crowd

katbyte / Chef Crowd

Licence: mit
Chef cookbook to install Atlassian Crowd

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Chef Crowd

Redisio
Development repository for the redisio cookbook
Stars: ✭ 296 (+5820%)
Mutual labels:  chef, chef-cookbook
reprepro
Development repository for the reprepro cookbook
Stars: ✭ 11 (+120%)
Mutual labels:  chef-cookbook, chef
capsulecd
Continuous Delivery for automating package releases (npm, cookbooks, gems, pip, jars, etc)
Stars: ✭ 96 (+1820%)
Mutual labels:  chef-cookbook, chef
Mysql
Sous Chefs MySQL Cookbook
Stars: ✭ 325 (+6400%)
Mutual labels:  chef, chef-cookbook
Java
Development repository for the java cookbook
Stars: ✭ 365 (+7200%)
Mutual labels:  chef, chef-cookbook
passenger apache2
Development repository for the passenger_apache2 cookbook
Stars: ✭ 37 (+640%)
Mutual labels:  chef-cookbook, chef
Jenkins
Development repository for the jenkins cookbook
Stars: ✭ 416 (+8220%)
Mutual labels:  chef, chef-cookbook
postfix
Development repository for the postfix cookbook
Stars: ✭ 102 (+1940%)
Mutual labels:  chef-cookbook, chef
Chef Os Hardening
This chef cookbook provides numerous security-related configurations, providing all-round base protection.
Stars: ✭ 386 (+7620%)
Mutual labels:  chef, chef-cookbook
Nginx
Development repository for the nginx cookbook
Stars: ✭ 528 (+10460%)
Mutual labels:  chef, chef-cookbook
Ruby rbenv
Development repository for the ruby_rbenv cookbook
Stars: ✭ 339 (+6680%)
Mutual labels:  chef, chef-cookbook
Rvm
Development repository for the rvm cookbook
Stars: ✭ 525 (+10400%)
Mutual labels:  chef, chef-cookbook
Aws
Development repository for the aws cookbook
Stars: ✭ 473 (+9360%)
Mutual labels:  chef, chef-cookbook
Postgresql
Development repository for the postgresql cookbook
Stars: ✭ 326 (+6420%)
Mutual labels:  chef, chef-cookbook
certificate
Development repository for the certificate cookbook
Stars: ✭ 71 (+1320%)
Mutual labels:  chef-cookbook, chef
maven
Development repository for the maven cookbook
Stars: ✭ 35 (+600%)
Mutual labels:  chef-cookbook, chef
keepalived
Development repository for the keepalived cookbook
Stars: ✭ 29 (+480%)
Mutual labels:  chef-cookbook, chef
elixir
Development repository for the elixir cookbook
Stars: ✭ 16 (+220%)
Mutual labels:  chef-cookbook, chef
vagrant
Development repository for the vagrant cookbook
Stars: ✭ 54 (+980%)
Mutual labels:  chef-cookbook, chef
Apache2
Development repository for the apache2 cookbook
Stars: ✭ 262 (+5140%)
Mutual labels:  chef, chef-cookbook

Crowd Cookbook

Chef cookbook Codacy Badge Maintainability CircleCI

This cookbook installs Atlassian's Crowd. It defaults to using PostgreSQL for its DB and Nginx for its proxy.

It sets up a full working system after which you can run Atlassian's configuration wizard. If you want more influence, you can write a wrapper cookbook for your specific setup.

Supports

  • Ubuntu 14.04

Other platforms or versions may or may not work, but I've simply not tested them at this time. If your run this cookbook on another platform or version successfully, please let me know in GitHub issues.

Usage

crowd::default

Just include crowd in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[crowd]"
  ]
}

Attributes

These attributes are under the node['crowd'] namespace.

Attribute Description Type Default
home_path home directory String /var/atlassian/application-data/crowd
init_type JIRA init service type - "sysv" String sysv
install_path location to install String /opt/atlassian
install_type Install type - currently only "standalone" String standalone
version Version to install String 2.8.3
ssl Whether to use SSL to secure Crowd Boolean false
user user running Crowd String crowd
group group running Crowd String crowd

These attributes are under the node['crowd']['database'] namespace.

Attribute Description Type Default
type DB type to use - "postgresql" or "hsqldb"/"none" String postgresql
host FQDN to DB machine or "localhost" for local installs String localhost
port DB port String 5432
name DB name String crowd
user DB user String crowd
password DB user password String changeit

Contributing

  1. Fork the repository on Github
  2. Create a named feature or bug branch (like add_component_x)
  3. Write your change
  4. Write ChefSpec / ServerSpec tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Licensed under MIT, see LICENSE for details.

Authors: Martijn van der Kleijn [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].