Skip to content

Commit 048db97

Browse files
iniital changes for jenkins
1 parent 44e6991 commit 048db97

3 files changed

Lines changed: 30 additions & 16 deletions

File tree

Lines changed: 30 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,46 @@
11
---
2-
title: Create a Google Axion C4A Arm virtual machine on GCP
3-
weight: 8
2+
title: Create a Google Axion C4A virtual machine on Google Cloud
3+
weight: 3
44

55
### FIXED, DO NOT MODIFY
66
layout: learningpathall
77
---
88

99
## Overview
1010

11-
In this section, you will learn how to provision a Google Axion C4A Arm virtual machine on Google Cloud Platform (GCP) using the `c4a-standard-4` (4 vCPUs, 16 GB memory) machine type in the Google Cloud Console.
12-
We will then use this GCP VM to execute a few Jenkins use cases.
11+
In this section, you provision a Google Axion C4A virtual machine on Google Cloud Platform (GCP) using the `c4a-standard-4` machine type, which provides 4 vCPUs and 16 GB of memory.
1312

1413
{{% notice Note %}}
15-
For support on GCP setup, see the Learning Path [Getting started with Google Cloud Platform](https://learn.arm.com/learning-paths/servers-and-cloud-computing/csp/google/).
14+
For general guidance on setting up a Google Cloud account and project, see the Learning Path [Getting started with Google Cloud Platform](/learning-paths/servers-and-cloud-computing/csp/google/).
1615
{{% /notice %}}
1716

18-
## Provision a Google Axion C4A Arm VM in Google Cloud Console
17+
## Provision a Google Axion C4A VM in the Google Cloud Console
1918

20-
To create a virtual machine based on the C4A instance type:
21-
- Navigate to the [Google Cloud Console](https://console.cloud.google.com/).
22-
- Go to **Compute Engine > VM Instances** and select **Create Instance**.
19+
To create a virtual machine using the C4A instance type:
20+
21+
- Open the [Google Cloud Console](https://console.cloud.google.com/).
22+
- Go to **Compute Engine** > **VM instances**, and then select **Create instance**.
2323
- Under **Machine configuration**:
24-
- Populate fields such as **Instance name**, **Region**, and **Zone**.
25-
- Set **Series** to `C4A`.
26-
- Select `c4a-standard-4` for machine type.
24+
- Specify an **Instance name**, **Region**, and **Zone**.
25+
- Set **Series** to **C4A**.
26+
- Select **c4a-standard-4** as the machine type.
27+
28+
![Google Cloud Console VM creation page with the C4A machine series selected and the c4a-standard-4 machine type highlighted alt-text#center](images/gcp-vm.png "Creating a Google Axion C4A virtual machine in the Google Cloud Console")
29+
30+
- Under **OS and storage**, select **Change**, and then choose an Arm64-based operating system image.
31+
- For this Learning Path, select **SUSE Linux Enterprise Server**.
32+
- For the license type, choose **Pay as you go**.
33+
- Increase **Size (GB)** from **10** to **50** to allocate sufficient disk space.
34+
- Select **Choose** to apply the changes.
35+
- Under **Networking**, enable **Allow HTTP traffic** and **Allow HTTPS traffic**. Additionally, enter **"tcp-allow-8080"** as a networking tag.
36+
- Select **Create** to launch the virtual machine.
37+
38+
After the instance starts, click **SSH** next to the VM in the instance list to open a browser-based terminal session.
39+
40+
![Google Cloud Console VM instances list with the SSH button highlighted for a running C4A instance alt-text#center](images/gcp-ssh.png "Connecting to a running C4A virtual machine using SSH")
41+
42+
A new browser window opens with a terminal connected to your virtual machine.
2743

28-
![Create a Google Axion C4A Arm virtual machine in the Google Cloud Console with c4a-standard-4 selected alt-text#center](images/gcp-vm.png "Creating a Google Axion C4A Arm virtual machine in Google Cloud Console")
44+
![Browser-based terminal window showing a command prompt on a SUSE Linux VM running on Google Axion C4A alt-text#center](images/gcp-shell.png "Terminal session connected to the virtual machine")
2945

30-
- Under **OS and Storage**, select **Change**, then choose an Arm64-based OS image. For this Learning Path, use **SUSE Linux Enterprise Server**. Pick the preferred version for your Operating System. Ensure you select the **Arm image** variant. Click **Select**.
31-
- Under **Networking**, enable **Allow HTTP traffic**.
32-
- Click **Create** to launch the instance.
46+
Next, install Jenkins on your virtual machine.
22.3 KB
Loading
12.5 KB
Loading

0 commit comments

Comments
 (0)