Introduction
About Gerrit and Google Axion C4A
Make your Gerrit deployment accessible on Google Cloud Platform
Provision a virtual machine on Google Cloud Platform to deploy Gerrit
Install and configure Gerrit on a Google Axion C4A virtual machine
Benchmark Gerrit on your Google Cloud Axion C4A virtual machine
Next Steps
Provision a C4A Arm-based virtual machine (VM) on Google Cloud Platform (GCP) using the c4a-standard-4 machine type (4 vCPUs, 16 GB memory) in the Google Cloud console.
For support on GCP setup, see the Learning Path Getting started with Google Cloud Platform .
To create a VM based on the C4A instance type:
C4A.c4a-standard-4 for machine type.
Creating a C4A Arm-based virtual machine in Google Cloud console
allow-tcp-8080 to allow Gerrit dashboard traffic.
Adding the TCP/8080 firewall rule to our VM
After the VM is ready, you’ll see an SSH button next to your instance in the VM list. The public IP address for your VM also appears here. Copy the public IP address — you’ll need it later to connect to Gerrit.
Select SSH to open a shell session directly in your browser.
Invoke a SSH session into your running VM instance
A window from your browser will come up and you’ll now see a shell into your VM instance:
Terminal shell in your VM instance
You’ve now created an Arm-based Google Axion C4A VM instance that you’ll use to deploy Gerrit. You’ve also opened a shell session into the instance.
Next, you’ll install Gerrit on the VM instance.