Merge branch 'stable-3.1'

* stable-3.1:
  Use load-balancer service ports from HAProxy
  Fix dual-master recipe: add  missing template parameters
  Fix dual-master recipe adding missing parameter HTTPGerritMaster2Port
  Base all image paths on the project ROOT_DIR
  Fix SHA1 computation for haproxy / syslog-sidecar
  Add missing LB_SUBDOMAIN for dual-master config
  Add healthcheck plugin
  Fix Gerrit root directory
  Remove .empty file
  Add HAProxy in front of the dual masters
  Fix Gerrit sha1 calculation
  Remove auth section duplicate

Change-Id: I31953d155de52acbafc3badfe1da599d18debeb6
tree: 67bb8d10421159ae0dd306dd6c6869d43d461b0a
  1. dual-master/
  2. gerrit/
  3. ldap/
  4. master-slave/
  5. monitoring/
  6. single-master/
  7. .gitignore
  8. common.env
  9. LICENSE
  10. Makefile.common
  11. README.md
README.md

Gerrit AWS Templates

Those are a collection of AWS CloudFormation templates and scripts to deploy Gerrit in AWS.

The aim is to provide some guidelines and example on how to deploy different Gerrit setups in the Cloud using AWS as provider.

Outline

Overview

The goal of Gerrit AWS Templates is to provide fully-functional Gerrit installations to helps users deploying Gerrit on AWS by providing out-of-the-box templates.

With Gerrit AWS Templates, developers and administrator can create a production-ready installation on the cloud in minutes and in a repeatable way, allowing them to focus on fine tuning of the Gerrit configuration to suit the user needs.

The provided CloudFormation templates automate the entire creation and deployment of the infrastructure and the application.

Pre-requisites

To manage your AWS services via command line you will need to install AWS CLI and set it up to point to your account.

Templates