@@ -56,3 +56,42 @@ The following workflow describes a high-level outline for installing an {product
56
56
57
57
. Open {product-title} from the {oci-first-no-rt} web console (Oracle).
58
58
59
+ ////
60
+
61
+ The following workflow describes a high-level outline for installing an {product-title} on {oci-c3-short} using the {ai-full} :
62
+
63
+ . Prepare the {oci-c3-short} bastion server (Oracle).
64
+
65
+ . Create the `createIdentityResources.tf` script in the Home region (Oracle):
66
+
67
+ .. Copy the Identity resources from GitHub to the bastian server (Oracle).
68
+
69
+ .. Modify the `terraform.tfvars` as instructed (Oracle).
70
+
71
+ .. Run the `Terraform Init`, `Terraform Plan`, `Terraform Apply` commands in the home region.
72
+
73
+ . Create the `createInfraResources.tf` script in the {oci-c3-short} region (Oracle).
74
+
75
+ . Generate the {product-title} Discovery image in the {ai-full} web console (Red{nbsp} Hat).
76
+
77
+ . Convert and upload the image to {oci-first-no-rt} (Oracle).
78
+
79
+ . Copy the Infrastructure Terraform files from GitHub to the bastion server (Oracle).
80
+
81
+ . Modify the `terraform.tfvars` on the bastion server as instructed, including the converted Discovery image (Oracle).
82
+
83
+ . Run the `Terraform Init` , `Terraform Plan` , and `Terraform Apply` commands in the {oci-c3-short} region (Oracle).
84
+
85
+ . Tag the control plane (master) nodes and the compute (worker) nodes with your cluster {product-title} name (Oracle).
86
+
87
+ . Use the script output to update the custom manifest files to be uploaded to the {product-title} console (Oracle).
88
+
89
+ . Assign node roles to control plane (master) and compute (worker) nodes (Red{nbsp} Hat). Remove disconnected nodes.
90
+
91
+ . Configure networking by adding the NTP sources for any failed hosts (Red{nbsp} Hat).
92
+
93
+ . Add the custom manifests through the {ai} web console (Red{nbsp} Hat).
94
+
95
+ . Open {product-title} from the {oci-first-no-rt} web console (Oracle).
96
+
97
+ ////
0 commit comments