commit | 0fb2af2b86ffc193f88e0e13416abf391d7950bd | [log] [tgz] |
---|---|---|
author | Antonio Barone <syntonyze@gmail.com> | Thu Mar 04 22:04:44 2021 +0100 |
committer | Antonio Barone <syntonyze@gmail.com> | Sat Mar 06 14:24:43 2021 +0100 |
tree | 31a9e802e48d573da12ea149aff579b87b09bffd | |
parent | 3c64819a62d85bdaf0ad6488d0c18e276bc85fd1 [diff] |
dual-primary: share git data on replicas over EFS Store git data for replicas over EFS so that it can persist beyond the lifespan of a single instance. This is the first step in the direction of allowing replicas to scale. Feature: Issue 13619 Change-Id: I2c3e265577cfa35e8040a9858b628ce964d9657d
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.
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.
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
To manipulate aws cloudformation outputs jq
This is a list of external services that you might need to setup your stack and some suggestions on how to easily create them.
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.
If you need a testing LDAP server you can find details on how to easily create one in the LDAP folder.