Enable JVM GC verbose logging

Change-Id: I756d9dd1cefd6b31ef6cbafc6f368e21303d1288
1 file changed
tree: 79047d379d3e1f231677af44c60bf366f835daff
  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. LICENSE
  12. Makefile.common
  13. 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