Skip to content

Commit 72c3dba

Browse files
authored
Merge pull request #97004 from kdrake20/HCIDOCS-644-4.15
[enterprise-4.15] HCIDOCS-644: Create diagram for OCI integration section
2 parents bb1e577 + e929f69 commit 72c3dba

File tree

2 files changed

+49
-2
lines changed

2 files changed

+49
-2
lines changed
73.2 KB
Loading

modules/installing-oci-about-assisted-installer.adoc

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,54 @@ To ensure the best performance conditions for your cluster workloads that operat
3131
* Basic environment: 500 GB, and 60 VPUs.
3232
* Heavy production environment: More than 500 GB, and 100 or more VPUs.
3333
34-
Consider reserving additional VPUs to provide sufficient capacity for updates and scaling activities. For more information about VPUs, see Volume Performance Units (Oracle documentation).
34+
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)].
3535
====
3636

37-
If you are unfamiliar with the {product-title} {ai-full}, see "Assisted Installer for {product-title}".
37+
.Instance sizing recommendations
38+
39+
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)].
40+
41+
[id="installing-oci-workflow_{context}"]
42+
== Workflow
43+
44+
.High-level workflow for using the Assisted Installer in a connected environment to install a cluster on {oci}
45+
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}]
46+
47+
The procedure for using the {ai-full} in a connected environment to install a cluster on {oci} is outlined below:
48+
49+
. In the {oci} console, configure an {oci} account to host the cluster:
50+
51+
.. Create a new child compartment under an existing compartment.
52+
53+
.. Create a new object storage bucket or use one provided by {oci}.
54+
55+
.. Download the stack file template stored locally.
56+
57+
. In the {ai-full} console, set up a cluster:
58+
59+
.. Enter the cluster configurations.
60+
61+
.. Generate and download the discovery ISO image.
62+
63+
. In the {oci} console, create the infrastructure:
64+
65+
.. Upload the discovery ISO image to the {oci} bucket.
66+
67+
.. Create a Pre-Authenticated Request (PAR) for the ISO image.
68+
69+
.. Upload the stack file template, and use it to create and apply the stack.
70+
71+
.. Copy the custom manifest YAML file from the stack.
72+
73+
. In the {ai-full} console, complete the cluster installation:
74+
75+
.. Set roles for the cluster nodes.
76+
77+
.. Upload the manifests provided by Oracle.
78+
79+
.. Install the cluster.
80+
81+
[IMPORTANT]
82+
====
83+
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.
84+
====

0 commit comments

Comments
 (0)