commit | b6f6350d2f5ae9674292de702abffd4e06032b1a | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Sat Apr 10 20:04:49 2021 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Wed Apr 14 01:43:16 2021 +0000 |
tree | 63b2624e7c9ed7521ee54bf760e2b15f15d02081 | |
parent | 26632482465a7ca7a3aeef42d153b35bedec6884 [diff] |
Allow overriding gerrit.war when build the image Introduce a GERRIT_WAR_URL variable for overriding the gerrit.war inside the Docker container. This is particularly useful for nightly builds on for testing the latest artifact built on the Gerrit-CI. Also checks the compatibility of GERRIT_VERSION with the gerrit.war pointed by GERRIT_WAR_URL. Change-Id: Ibe5e780a98a7747a3201d7d2809ecb66f87e08b8
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.