Metadata-Version: 2.4
Name: cinch
Version: 1.4.0
Summary: Cinch continuous integration setup
Home-page: https://github.com/RedHatQE/cinch
Author: RedHatQE
License: GPLv3
Keywords: continuous integration,ci,jenkins
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
License-File: LICENSE
Requires-Dist: ansible>=2.4
Requires-Dist: plumbum>=1.6.0
Provides-Extra: docs
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

![alt text](https://travis-ci.org/RedHatQE/cinch.svg?branch=master "build status")
[![codecov](https://codecov.io/gh/RedHatQE/cinch/branch/master/graph/badge.svg)](https://codecov.io/gh/RedHatQE/cinch)

# cinch

This folder contains an Ansible playbook for standing up and configuring
Jenkins masters and slaves. There are roles specifically for the creation of
those configurations, as well as several other roles which can be leveraged
for configuring and standing up resources of other types helpful in the
process of running continuous integration.

For full documentation on the configuration options of each role, see the
default vars YAML file in the particular role. Any of the values in that file
are intended to be overridden by the user.

Getting Started
---------------

Please see documentation at http://redhatqe-cinch.rtfd.io/

Settings
--------

Some notable defaults for Jenkins masters currently enabled are
- Java 8
- Jenkins LTS 2.63.3
- an extensive list of plugins found in files/jenkins-plugin-lists/default.txt
- SSL disabled, but Jenkins served off of port 80

Primary supported target operating systems are
- RHEL 7
- CentOS 7

IRC Support
---------------

`#redhatqe-cinch on chat.freenode.net`

