Skip to content

Commit f65b362

Browse files
committed
docs: change terminology from parts to labs
1 parent 4e1e1c3 commit f65b362

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Diff for: docs/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ The lab also introduces some concepts and background to help you to better get t
1414

1515
## Lab structure
1616

17-
The lab has two parts. The first part is a stepping stone to the second part.
17+
Two labs are available. The two labs are independent. However, the first lab is a stepping stone in term of knowledge to the second lab.
1818

19-
In [part 1](./part1/00-objectives), you take the perspective of a cloud infrastructure engineer:
19+
In [Lab 1](./part1/00-objectives), you take the perspective of a cloud infrastructure engineer:
2020

2121
1. Use the [Landing Zone Deployable Architecture](https://cloud.ibm.com/docs/secure-infrastructure-vpc?topic=secure-infrastructure-vpc-overview) to automatically deploy a secure VPC-based topology in an IBM Cloud account.
2222
2. Manually customize the deployed infrastructure in the account in the following ways:
2323
a. Provide operator access through a "jump box" VSI.
2424
b. Install an Apache server in one of the workload VPCs that serves the web pages.
2525
c. Expose the web pages that are served by the Apache server through a public VPC load balancer.
2626

27-
In [part 2](./part2/00-objectives), you are a DevOps/automation engineer:
27+
In [Lab 2](./part2/00-objectives), you are a DevOps/automation engineer:
2828

29-
1. Automate the manual steps in part 1.
29+
1. Automate all the manual steps in lab 1.
3030
2. Package, and share the automation with other users as a **Deployable architecture** through a private IBM Cloud catalog. This packaging in a private catalog helps specific users to find and consume your automation.

Diff for: docs/part1/00-objectives.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Part 1: End-to-end deployment of a sample web application on a secure VPC topology
1+
# Lab 1: End-to-end deployment of a sample web application on a secure VPC topology
22

3-
In part 1, you provision a secure VPC-based topology that is aligned with the **VSI on VPC landing zone** deployable architecture, as shown in the following diagram.
3+
In lab 1, you provision a secure VPC-based topology that is aligned with the **VSI on VPC landing zone** deployable architecture, as shown in the following diagram.
44

55
![](https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-landing-zone/main/reference-architectures/vsi-vsi.drawio.svg 'size=60%' )
66

Diff for: docs/part2/00-objectives.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Part 2: Automating deployment, and sharing through a private IBM Cloud Catalog
1+
# Lab 2: Automating deployment, and sharing through a private IBM Cloud Catalog
22

3-
Part 1 of the lab shows how you can leverage existing landing-zone automation to deploy most of the topology, and then customize and deploy on top of that infrastructure.
3+
Lab 1 shows how you can leverage existing landing-zone automation to deploy most of the topology, and then customize and deploy on top of that infrastructure.
44

55
The purpose of part 2 is to show of the manual steps in part 1 can be fully automated. Part 2 will also show how the fully automated custom solution can be shared with other users in your enterprise through the [IBM Cloud Catalog](https://cloud.ibm.com/catalog).

Diff for: docs/sidebar.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
- [🌍 VPC landing zone](./about/20-vpc-landing-zone.md)
44
- [🏗️ Deployable architectures](./about/30-deployable-arch)
55
- [📚 IBM Cloud projects](./about/40-projects.md)
6-
- [📂 Part 1 - End-to-end deployment](./part1/00-objectives.md)
6+
- [📂 Lab 1 - End-to-end deployment](./part1/00-objectives.md)
77
- [🚀 Deploy Landing Zone VSI pattern](./part1/10-project.md)
88
- [👤 Operator Access](./part1/20-operator-access.md)
99
- [🌐 Install Apache server](./part1/30-apache-server.md)
1010
- [🌐 Expose a web application](./part1/40-expose-web-app.md)
1111
- [🎓 Go further](./part1/50-going-further.md)
12-
- [📂 Part 2 - Automate and share](./part2/00-objectives.md)
12+
- [📂 Lab 2 - Automate and share](./part2/00-objectives.md)
1313
- [🛠️ Customization options](./part2/10-customizing.md)
1414
- [🔍 Execute the custom topology](./part2/20-custom-module.md)
1515
- [🤖 Automate web app deployment](./part2/30-add-apache.md)

0 commit comments

Comments
 (0)