Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

jira (29) Versions 1.0.1

Installs/Configures Atlassian JIRA.

Policyfile
Berkshelf
Knife
cookbook 'jira', '= 1.0.1', :supermarket
cookbook 'jira', '= 1.0.1'
knife supermarket install jira
knife supermarket download jira
README
Dependencies
Quality -%

Description

Installs Atlassian JIRA, a popular project-management and ticketing system for software project teams.

Requirements

Platforms

  • CentOS 6/RHEL6

This cookbook might work on CentOS 5, but JIRA no longer supports PostgreSQL 8.1 so you would need to use PostgreSQL 8.4 or host the database on another server.

Cookbooks

  • database
  • postgresql

Attributes

This cookbook assumes that you'll install JIRA into /opt, but this is configurable.

Other common user-serviceable parts:

  • node['jira']['homedir'] - Atlassian's documentation calls this the "home directory", but this is really where JIRA will store its working files.

If integrating with Crowd, the following attributes can be set:

  • node['jira']['crowd_sso']['sso_appname'] - the "app name" in Crowd
  • node['jira']['crowd_sso']['sso_password'] - the "app password" to authenticate against Crowd with
  • node['jira']['crowd_sso']['crowd_base_url'] - the Crowd base URL

Recipes

default

Does nothing.

server

Unpack Atlassian JIRA from the tarball and perform basic configuration allowing you to set it up.

local_database

Sets up a local PostgreSQL database for JIRA to talk to.

crowd_sso

Does some basic configuration of JIRA for integration with Atlassian Crowd for single-sign-on/directory integration.

Limitations

  • It's obviously impossible to Chef out the entire JIRA install because much of it is interactive. This cookbook deals with getting JIRA onto the system and the database set up, not configuring the actual app itself.
  • Various XML files in JIRA need to be edited to make things like SSL termination at a front-end apache work. These can't be managed by Chef: in particular, modifying the "proxyHost", "proxyPort" and "proxyserver" attributes of server.xml
  • Single-sign-on configuration with Crowd is not managed by this cookbook either since it also involves editing XML files.

Roadmap

  • Support other databases other than PostgreSQL.
  • Support databases on machines other than "localhost".
  • Support platforms other than RHEL.
  • Find a way to manage needed directives in JIRA's XML configs.

License and Author

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Dependent cookbooks

database >= 0.0.0
java >= 0.0.0
mysql >= 0.0.0
openssl >= 0.0.0
postgresql >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found