Allow to enable replication service

Introduce the ability to enable a replication service that will expose
port 9148 and 1022 via a NLB to accept git traffic. The data will be
persisted on EFS volume mounted by the gerrit masters.

This is a step forward towards modeling a dual-master recipe that
supports multi-site deployment, since it allows other sites to replicate
git data across regions via the replication service.

Feature: Issue 13287
Change-Id: Ib0ef28cc8be0b1a406480e7c1da9ab72ca16c37e
4 files changed
tree: 551cd2dc864395bd37fb846a0a14effd69f3385b
  1. common-templates/
  2. dual-master/
  3. gerrit/
  4. ldap/
  5. load-test-fleet/
  6. master-slave/
  7. monitoring/
  8. single-master/
  9. .gitignore
  10. common.env
  11. Configuration.md
  12. Docker.md
  13. LICENSE
  14. Makefile.common
  15. Prerequisites.md
  16. README.md
  17. Secrets.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.

To build gerrit and related-components' images Docker

Templates

External services

This is a list of external services that you might need to setup your stack and some suggestions on how to easily create them.

SMTP Server

If you need to setup a SMTP service Amazon Simple Email Service can be used. Details how setup Amazon SES can be found here.

To correctly setup email notifications Gerrit requires ssl protocol on default port 465 to be enabled on SMTP Server. It is possible to setup Gerrit to talk to standard SMTP port 25 but by default all EC2 instances are blocking it. To enable port 25 please follow this link.

LDAP Server

If you need a testing LDAP server you can find details on how to easily create one in the LDAP folder.