Skip to content

Commit ae119e2

Browse files
committed
added workload landing zones
1 parent 86dba00 commit ae119e2

File tree

10 files changed

+80
-11
lines changed

10 files changed

+80
-11
lines changed

landing-zones/README.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,35 @@
55

66
Welcome to the **Landing Zone Framework (LZF)**.
77

8-
The LZF was created by the EMEA Landing Zone Specialists, collaborating with worldwide Oracle, customers, and partners, to **simplify the OCI onboarding experience** and **reduce OCI day-one and day-two efforts**. It provides **best practices** covering the complete spectrum of OCI landing zones, from the **standards** to the **tailored** approaches.
8+
The LZF was created by the EMEA Landing Zone Specialists, collaborating with worldwide Oracle, customers, and partners, to **simplify the OCI onboarding experience** and **reduce OCI day-one and day-two efforts**. It provides **best practices** covering the complete spectrum of OCI landing zones, from the **standards** to the **tailored** approaches, including landing zone extensions for specific **workloads**.
99

1010
 
1111

1212

13-
| APPROACH | DESCRIPTION |
14-
|---|---|
15-
| <a href="/landing-zones/standard_landing_zones/standard_landing_zones.md" ><img src="images/slz.png" alt= “” width="500" height=""></a> | **Prescribed** and **ready to use** solutions with a **guided setup** and **IaC**. This is the recommended approach for initial landing zone deployments covering the most-common workload scenarios. |
16-
| <a href="tailored_landing_zones/tailored_landing_zones.md" ><img src="images/tlz.png" alt= “” width="500" height=""> </a> | An approach to solve **specific requirements** when the standard is not enough. These LZs run with **configuration-as-code** and are used to scale/bridge with existing **operating models**, complying with fine-grained **segregations of duties**, strong **network isolation**, and heterogeneous **workloads**. |
13+
| TYPE | OBJECTIVE | DESCRIPTION |
14+
|---|---|---|
15+
| <a href="/landing-zones/standard_landing_zones/standard_landing_zones.md" ><img src="images/slz.jpg" alt= “” width="500" height=""></a> | **Basic Workloads** | **Prescribed** and **ready to use** solutions with a **guided setup** and **IaC**. This is the recommended approach for initial landing zone deployments covering the **most-common workload scenarios**. |
16+
| <a href="workload_landing_zones/workload_landing_zones.md" ><img src="images/wlz.jpg" alt= “” width="500" height=""> </a> | **Specific Workloads** | A set of landing zones extension ready for specific **workload**. Each flavour has a **design** with **IaC configurations** ready to run. Examples are EBS, ExaCC, OCVS, OIC, CCC, etc. |
17+
| <a href="tailored_landing_zones/tailored_landing_zones.md" ><img src="images/tlz.jpg" alt= “” width="500" height=""> </a> | **All Workloads** | An approach to solve **specific requirements** when the standard is not enough. These LZs run with **configuration-as-code** and are used to scale/bridge with existing **operating models**, complying with fine-grained **segregations of duties**, strong **network isolation**, and heterogeneous **workloads**. |
18+
1719

1820
&nbsp;
1921

2022
If you're **starting with OCI landing zones**:
2123
1. Start with a **standard** landing zone as they're full of best practices. If it needs adjustments or **extensions on top** of the prescribed design, customize it by code or manually.
22-
2. If your design is very **specific**, requiring **structural changes** to a standard landing zone, and/or you need a **highly scalable operating model**, use the **tailored** approach.
24+
2. If you have a **specific target workload** that is available as a **workload landing zone**, use it directly. If it's not available, talk to us or use the tailored approach to set up your extensions.
25+
3. If your design is very **customized**, requiring **structural changes** to a standard landing zone (IAM or Network), and/or you need a **highly scalable operating model**, use the **tailored** approach to create your solution.
2326

2427
&nbsp;
2528

2629
The following **assets** are also available to improve the OCI landing experience:
27-
- [Executive Overview of the Available Approaches](/landing-zones/commons/EMEA_LandingZonesSpecialists_ExecOverview.pdf)
28-
- [How a Tailored OCI Landing Zone Looks Like (The OCI Open LZ)](https://github.com/oracle-quickstart/terraform-oci-open-lz)
29-
- [Resource Naming Conventions](/landing-zones/commons/resource_naming_conventions.md)
30-
- [User Identity Management](/landing-zones/commons/user_identity_management.md)
31-
- [Budgets and Tagging](/landing-zones/commons/budgets_and_tagging.md)
30+
1. **Overview**: [Executive Overview of the Available Approaches](/landing-zones/commons/EMEA_LandingZonesSpecialists_ExecOverview.pdf)
31+
2. **Solution Definition**: [Creating a Landing Zone Solution Definition (**SDD**)](/landing-zones/commons/lz_solution_definition.md)
32+
3. **Workloads**: [How an OCI Workload Landing Zone Looks Like (**EBS**)](https://github.com/oracle-quickstart/terraform-oci-open-lz/tree/master/examples/oci-ebs-lz)
33+
4. **Tailored**: [How an OCI Tailored Landing Zone Looks Like (**OCI Open LZ**)](https://github.com/oracle-quickstart/terraform-oci-open-lz)
34+
5. **Naming**: [Resource Naming Conventions for OCI](/landing-zones/commons/resource_naming_conventions.md)
35+
6. **Identity**: [OCI User Identity Management](/landing-zones/commons/user_identity_management.md)
36+
7. **Budgets**: [OCI Budgets and Tagging Recommendations](/landing-zones/commons/budgets_and_tagging.md)
3237

3338

3439
&nbsp;

landing-zones/images/lzf_standard.png

86.7 KB
Loading

landing-zones/images/lzf_tailored.png

96.4 KB
Loading
115 KB
Loading

landing-zones/images/slz.jpg

33.3 KB
Loading

landing-zones/images/slz.png

-8.13 KB
Binary file not shown.

landing-zones/images/tlz.jpg

36.5 KB
Loading

landing-zones/images/tlz.png

-8.23 KB
Binary file not shown.

landing-zones/images/wlz.jpg

43.3 KB
Loading
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# **Workload Landing Zones**
2+
3+
&nbsp;
4+
5+
<img src="../images/lzf_workloads.png" alt= “” width="400" height="value">
6+
7+
&nbsp;
8+
9+
## 1. What are Workload Landing Zones
10+
11+
A workload landing zone is an **OCI solution design ready to receieve specific workloads**. Each of these landing zones follow the follows the [tailored landing zone approach](/landing-zones/tailored_landing_zones/tailored_landing_zones.md) and have a design and a runtime, ready for deployment:
12+
13+
- In terms of **design**, each solution will contain the security, network, and runtime views.
14+
15+
- In terms of **running**, each solution will have a runtime view with **IaC configurations**, ready to be deplyed. Please note that the workload elements (VMs, Databases, etc.) are not deployed.
16+
17+
18+
&nbsp;
19+
20+
21+
22+
## 2. What Are The Assets Available
23+
24+
Find below the list of available workload landing zones and our backlog. Be free to reach out if you require any other flavor.
25+
26+
&nbsp;
27+
28+
29+
| WORKLOAD | STATUS | DESCRIPTION |
30+
|---|---|---|
31+
| [**EBS**](https://github.com/oracle-quickstart/terraform-oci-open-lz/tree/master/examples/oci-ebs-lz) | Available - Draft | An EBS Landing Zone as an extension of the CIS Landing Zone.
32+
| **ExaCC** | In Progress | An ExaCC Landing Zone as an extension of the CIS Landing Zone.
33+
| **OCVS** | Soon | An OCVS Landing Zone, as an extension of the CIS Landing Zone.
34+
| **OIC** | Soon | An OIC Landing Zone, as an extension of the CIS Landing Zone.
35+
| **CCC** | Soon | A Compute Cloud @ Customer Landing Zone, as an extension of the CIS Landing Zone.
36+
37+
38+
39+
&nbsp;
40+
41+
42+
43+
## 3. How to Start
44+
45+
46+
| STEP | DESCRIPTION |
47+
|---|---|
48+
| 1 | Review the design artefact in drawio format.
49+
| 2 | Configure the runtime view with IaC configurations.
50+
| 3 | Run IaC configurations with ORM. Your Workload will be on a dedicated stack.
51+
| 4 | Workload Landing Zone is ready. Deploy your workload resources.
52+
53+
54+
&nbsp;
55+
56+
57+
58+
# License
59+
60+
Copyright (c) 2023 Oracle and/or its affiliates.
61+
62+
Licensed under the Universal Permissive License (UPL), Version 1.0.
63+
64+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.

0 commit comments

Comments
 (0)