Skip to content

Commit 61d4c41

Browse files
Merge pull request #2638 from DougAnsonAustinTX/circle_ci_on_gcp_minor_update
minor update to circlci c4a vm install sequence
2 parents ca08604 + 2464fe3 commit 61d4c41

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed
22.3 KB
Loading
12.5 KB
Loading

content/learning-paths/servers-and-cloud-computing/circleci-gcp/install-circleci-cli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Next, refresh your package list so zypper recognizes the newest packages and dep
2626
sudo zypper refresh
2727
```
2828

29+
You may be prompted to trust or reject a key... if so please press "t" to accept/trust the key.
30+
2931
Now your system is ready to install the required tools for the CircleCI CLI.
3032

3133
## Install Git and required tools

content/learning-paths/servers-and-cloud-computing/circleci-gcp/instance.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,18 @@ To create a virtual machine based on the C4A instance type:
2626

2727
![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")
2828

29-
- Under **OS and Storage**, select **Change**, then select an Arm64-based OS image. For this Learning Path, use **SUSE Linux Enterprise Server**. Select the preferred version for your operating system. Ensure you select the **Arm image** variant. Click **Select**.
29+
30+
- Under **OS and Storage**, select **Change**, then choose an Arm64-based OS image. For this Learning Path, use **SUSE Linux Enterprise Server**.
31+
- If using use **SUSE Linux Enterprise Server**. Select "Pay As You Go" for the license type.
32+
- Once appropriately selected and configured, please Click **Select**.
3033
- Under **Networking**, enable **Allow HTTP traffic**.
3134
- Click **Create** to launch the instance.
35+
- Once created, you should see a "SSH" option to the right in your list of VM instances. Click on this to launch a SSH shell into your VM instance:
36+
37+
![Invoke a SSH session via your browser alt-text#center](images/gcp-ssh.png "Invoke a SSH session into your running VM instance")
38+
39+
- A window from your browser should come up and you should now see a shell into your VM instance:
40+
41+
![Terminal Shell in your VM instance alt-text#center](images/gcp-shell.png "Terminal shell in your VM instance")
42+
43+
Next, let's install CircleCI!

0 commit comments

Comments
 (0)