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: modules/installing-oci-about-assisted-installer.adoc
+50Lines changed: 50 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,3 +35,53 @@ Consider reserving additional VPUs to provide sufficient capacity for updates an
35
35
====
36
36
37
37
If you are unfamiliar with the {product-title}{ai-full}, see "Assisted Installer for {product-title}".
38
+
Consider reserving additional VPUs to provide sufficient capacity for updates and scaling activities. For more information about VPUs, see link:https://docs.oracle.com/en-us/iaas/Content/Block/Concepts/blockvolumeperformance.htm#vpus[Volume Performance Units (Oracle documentation)].
39
+
40
+
.Instance sizing recommendations
41
+
42
+
Find recommended values for compute instance CPU, memory, VPU, and volume size for {product-title} nodes. For details, see link:https://docs.oracle.com/en-us/iaas/Content/openshift-on-oci/installing-agent-about-instance-configurations.htm[Instance Sizing Recommendations for {product-title} on {oci} Nodes (Oracle documentation)].
43
+
44
+
[id="installing-oci-workflow_{context}"]
45
+
== Workflow
46
+
47
+
.High-level workflow for using the Assisted Installer in a connected environment to install a cluster on {oci}
48
+
image::569_OpenShift_ai_install_oci_0725.png[High-level workflow for using the Assisted Installer in a connected environment to install a cluster on {oci}]
49
+
50
+
The procedure for using the {ai-full} in a connected environment to install a cluster on {oci} is outlined below:
51
+
52
+
. In the {oci} console, configure an {oci} account to host the cluster:
53
+
54
+
.. Create a new child compartment under an existing compartment.
55
+
56
+
.. Create a new object storage bucket or use one provided by {oci}.
57
+
58
+
.. Download the stack file template stored locally.
59
+
60
+
. In the {ai-full} console, set up a cluster:
61
+
62
+
.. Enter the cluster configurations.
63
+
64
+
.. Generate and download the discovery ISO image.
65
+
66
+
. In the {oci} console, create the infrastructure:
67
+
68
+
.. Upload the discovery ISO image to the {oci} bucket.
69
+
70
+
.. Create a Pre-Authenticated Request (PAR) for the ISO image.
71
+
72
+
.. Upload the stack file template, and use it to create and apply the stack.
73
+
74
+
.. Copy the custom manifest YAML file from the stack.
75
+
76
+
. In the {ai-full} console, complete the cluster installation:
77
+
78
+
.. Set roles for the cluster nodes.
79
+
80
+
.. Upload the manifests provided by Oracle.
81
+
82
+
.. Install the cluster.
83
+
84
+
[IMPORTANT]
85
+
====
86
+
The steps for provisioning {oci} resources are provided as an example only. You can also choose to create the required resources through other methods; the scripts are just an example. Installing a cluster with infrastructure that you provide requires knowledge of the cloud provider and the installation process on {product-title}. You can access {oci} configurations to complete these steps, or use the configurations to model your own custom script.
0 commit comments