You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: patterns/DA-cbr-tutorial.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@
3
3
4
4
This tutorial provides step-by-step instructions for using the [Cloud automation for account configuration](https://cloud.ibm.com/catalog/7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3/architecture/deploy-arch-ibm-account-infra-base-63641cec-6093-4b4f-b7b0-98d2f4185cd6-global?kind=terraform&format=terraform&version=93c7f855-881d-459b-8999-4567a4883f57-global) to provision a [Context-Based Restriction (CBR)](https://cloud.ibm.com/docs/account?topic=account-context-restrictions-whatis) VPC network [zone](https://cloud.ibm.com/docs/account?topic=account-context-restrictions-whatis#network-zones-whatis) and to configure `existing_vpc_cbr_zone_id` to add VPCs created by [Red Hat OpenShift Container Platform on VPC landing zone](https://cloud.ibm.com/catalog/architecture/deploy-arch-ibm-slz-ocp-95fccffc-ae3b-42df-b6d9-80be5914d852-global), a [VPC landing zone](https://cloud.ibm.com/catalog/architecture/deploy-arch-ibm-slz-vpc-9fc0fa64-27af-4fed-9dce-47b3640ba739-global), or a [VSI on VPC landing zone](https://cloud.ibm.com/catalog/architecture/deploy-arch-ibm-slz-vsi-ef663980-4c71-4fac-af4f-4a510a9bcf68-global) to the [CBR VPC network zone](https://cloud.ibm.com/docs/account?topic=account-context-restrictions-whatis#vpc-attribute). The Cloud automation for account configuration creates a predefined network zones (a zone for each [service](https://github.com/terraform-ibm-modules/terraform-ibm-cbr/blob/main/modules/fscloud/README.md#input_zone_service_ref_list)) and a [VPC zone](https://github.com/terraform-ibm-modules/terraform-ibm-cbr/blob/main/modules/fscloud/README.md#input_zone_vpc_crn_list), and the objective of this tutorial is to add the VPCs created and managed by landing zone automation to the predefined [CBR VPC zone]((https://github.com/terraform-ibm-modules/terraform-ibm-cbr/blob/main/modules/fscloud/README.md#input_zone_vpc_crn_list)).
5
5
6
-
7
6
## Prerequisites
8
7
- The Editor role on the [Projects]((https://cloud.ibm.com/docs/secure-enterprise?topic=secure-enterprise-understanding-projects)) service
9
8
- The Editor and Manager role on the [Schematics](https://cloud.ibm.com/docs/schematics) service
@@ -33,13 +32,15 @@ For more information, see [Assigning users access to projects](https://cloud.ibm
33
32
34
33
## Step 2: Retrieve the CBR VPC Zone ID
35
34
36
-
To access the CBR VPC Zone ID, which becomes available as an output after the Account Base DA deployment completes -
35
+
To access the **CBR VPC Zone ID**, which becomes available as an output after the Account Base DA deployment completes -
36
+
37
+
1. Navigate to **Account Infrastructure Base** deployment and select the configuration as shown in the reference image below.
38
+
39
+

37
40
38
-
1. Navigate to Account Infrastructure Base deployment and select the configuration as shown in the reference image below.
39
-

41
+
2. In the **outputs** section, locate the output variable named `cbr_map_vpc_zoneid` and copy the `zone_id` value as illustrated below.
40
42
41
-
2.In the outputs section, locate the output variable named `cbr_map_vpc_zoneid` and copy the `zone_id` value as illustrated below.
42
-

43
+

43
44
44
45
## Step 3: Configure Landing Zone with the CBR Zone ID
45
46
@@ -53,9 +54,11 @@ To properly configure landing zone with the retrieved CBR Zone ID -
53
54
2. Configure the required variables present under **security**, **required** and **optional** sections.
54
55
55
56
3. Within the **optional** section, locate the field labeled `existing_vpc_cbr_zone_id` and paste the `zone_id` value copied in step 2, as shown below.
56
-

57
+
58
+

57
59
58
60
4. Click on deploy.
59
61
60
62
5. Once deployed, CBR VPC zone will contain the required VPCs IDs as shown below.
61
-

63
+
64
+

0 commit comments