Better resource assignment for dual master

Default instance type (m4.2xlarge) have 8192 vCPU units each.

Assign more resource for a more realistic setup:
Master 1: 3072
Master 2: 3072
Load balancer: 1024
Sidecar logs: 256
Slave: 3072
Git daemon: 256
Ssh agent: 256

With this assignemt the containers will be spreaded on all the nodes
of the cluster.

Feature: Issue 12916
Change-Id: I4007184aedd741aa70fba2f02d6e5d8821502a6b
2 files changed
tree: c1bf59bbea16fa877dc90347dde04235df2b4e79
  1. common-templates/
  2. dual-master/
  3. gerrit/
  4. ldap/
  5. master-slave/
  6. monitoring/
  7. single-master/
  8. .gitignore
  9. common.env
  10. LICENSE
  11. Makefile.common
  12. 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