1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/creating-oci-resources-services.adoc
2025-11-12 18:56:40 +00:00

41 lines
2.4 KiB
Plaintext

// Module included in the following assemblies:
//
// * installing/installing_oci/installing-oci-assisted-installer.adoc
:_mod-docs-content-type: PROCEDURE
[id="creating-oci-resources-services_{context}"]
= Preparing the {oci-distributed-no-rt} environment
Before installing {product-title} using Assisted Installer, create the necessary resources and download the configuration file in the {oci-distributed-no-rt} environment.
.Prerequisites
* You have an {oci-first-no-rt} account to host the cluster.
* If you use a firewall and you plan to use a Telemetry service, you configured your firewall to allow {product-title} to access the sites required.
.Procedure
. Log in to your link:https://cloud.oracle.com/a/[{oci}] account with administrator privileges.
. Configure the account by defining the link:https://docs.oracle.com/iaas/Content/openshift-on-oci/install-prereq.htm[Cloud Accounts and Resources (Oracle documentation)]. Ensure that you create the following resources:
.. Create a child compartment for organizing, restricting access, and setting usage limits to {oci} resources. For the full procedure, see link:https://docs.oracle.com/en-us/iaas/Content/Identity/compartments/To_create_a_compartment.htm#To[Creating a Compartment (Oracle documentation)].
.. Create a new object storage bucket into which you will upload the discovery ISO image.
For the full procedure, see link:https://docs.oracle.com/en-us/iaas/Content/Object/Tasks/managingbuckets_topic-To_create_a_bucket.htm#top[Creating an Object Storage Bucket (Oracle documentation)].
. Download the latest version of the `create-cluster-vX.X.X.zip` configuration file from the link:https://github.com/oracle-quickstart/oci-openshift[`oracle-quickstart/oci-openshift`] repository. This file
provides the infrastructure for the cluster and contains configurations for the following:
+
--
** *Terraform Stacks*: The Terraform stack code for provisioning {oci} resources to create and manage {product-title} clusters on {oci-distributed-no-rt}.
** *Custom Manifests*: The manifest files needed for the installation of {product-title} clusters on {oci-distributed-no-rt}.
--
+
[NOTE]
====
To make any changes to the manifests, you can clone the entire Oracle GitHub repository and access the `custom_manifests` and `terraform-stacks` directories directly.
====
+
For details, see link:https://docs.oracle.com/iaas/Content/openshift-on-oci/install-prereq.htm#install-configuration-files[Configuration Files (Oracle documentation)].