Skip to content

Commit 20adf13

Browse files
committed
OCPBUGS-32475: Remove direct OCI steps from RH docs
1 parent 8df54ad commit 20adf13

13 files changed

+67
-149
lines changed
Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:_mod-docs-content-type: ASSEMBLY
22
[id="installing-oci-assisted-installer"]
3-
= Installing a cluster on {oci-first-no-rt} by using the Assisted Installer
3+
= Installing a cluster on {oci-first-no-rt} by using the {ai-full}
44
include::_attributes/common-attributes.adoc[]
55
:context: installing-oci-assisted-installer
66

@@ -17,17 +17,12 @@ include::modules/installing-oci-about-assisted-installer.adoc[leveloffset=+1]
1717
* link:https://access.redhat.com/documentation/en-us/assisted_installer_for_openshift_container_platform/[{ai-full} for {product-title}]
1818
* xref:../../installing/installing_platform_agnostic/installing-platform-agnostic.adoc#cluster-entitlements_installing-platform-agnostic[Internet access for {product-title}]
1919
* link:https://docs.oracle.com/en-us/iaas/Content/Block/Concepts/blockvolumeperformance.htm#vpus[Volume Performance Units (Oracle documentation)]
20+
* link:https://docs.oracle.com/iaas/Content/openshift-on-oci/installing-agent-about-instance-configurations.htm[Instance Sizing Recommendations for {product-title} on {oci} Nodes (Oracle) documentation]
2021
21-
// Creating OCI resources
22+
// Creating OCI resources and services
2223
include::modules/creating-oci-resources-services.adoc[leveloffset=+1]
2324

24-
[role="_additional-resources"]
25-
.Additional resources
26-
27-
* link:https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcompartments.htm[Managing compartments (Oracle documentation)]
28-
* link:https://docs.oracle.com/en-us/iaas/Content/Object/Concepts/objectstorageoverview.htm[Overview of Object Storage (Oracle documentation)]
29-
30-
// Using the Assisted Installer to generate an OCI-compatible Agent ISO image
25+
// Using the Assisted Installer to generate an OCI-compatible discovery ISO image
3126
include::modules/using-assisted-installer-oci-agent-iso.adoc[leveloffset=+1]
3227

3328
[role="_additional-resources"]
@@ -36,22 +31,25 @@ include::modules/using-assisted-installer-oci-agent-iso.adoc[leveloffset=+1]
3631
* xref:../../architecture/architecture-installation.adoc#architecture-installation[Installation and update]
3732
* xref:../../installing/install_config/configuring-firewall.adoc#configuring-firewall[Configuring your firewall]
3833
39-
// Downloading manifest files and deployment resources
40-
include::modules/downloading-manifest-files-resources-oci.adoc[leveloffset=+1]
34+
// Provisioning OCI infrastructure for your cluster
35+
include::modules/provision-oci-infrastructure-ocp-cluster.adoc[leveloffset=+1]
4136

4237
// Completing the remaining Assisted Installer steps
4338
include::modules/complete-assisted-installer-oci.adoc[leveloffset=+1]
4439

40+
[role="_additional-resources"]
41+
.Additional resources
42+
43+
* link:https://access.redhat.com/documentation/en-us/assisted_installer_for_openshift_container_platform/[{ai-full} for {product-title}]
44+
4545
// Verifying a successful cluster installation on OCI
4646
include::modules/verifying-cluster-install-ai-oci.adoc[leveloffset=+1]
4747

48-
// Troubleshooting installation of a cluster on OCI
48+
// Troubleshooting the installation of a cluster on OCI
4949
include::modules/installing-troubleshooting-assisted-installer-oci.adoc[leveloffset=+1]
5050

5151
[role="_additional-resources"]
5252
.Additional resources
5353

54+
* link:https://docs.oracle.com/iaas/Content/openshift-on-oci/openshift-troubleshooting.htm[Troubleshooting {product-title} on {oci} (Oracle documentation)]
5455
* xref:../../installing/installing_on_prem_assisted/installing-on-prem-assisted.adoc#using-the-assisted-installer_installing-on-prem-assisted[Installing an on-premise cluster using the {ai-full}]
55-
* link:https://access.redhat.com/documentation/en-us/assisted_installer_for_openshift_container_platform/[{ai-full} for {product-title}]
56-
* link:https://docs.oracle.com/en-us/iaas/Content/ResourceManager/Concepts/resourcemanager.htm#ways[Ways to access Resource Manager (Oracle documentation)]
57-
* link:https://docs.oracle.com/en-us/iaas/Content/ResourceManager/Tasks/create-stack.htm#top[Creating a stack (Oracle documentation)]

modules/complete-assisted-installer-oci.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="complete-assisted-installer-oci_{context}"]
7-
= Completing the remaining Assisted Installer steps
7+
= Completing the remaining {ai-full} steps
88

99
After you provision {oci-first} resources and upload {product-title} custom manifest configuration files to {oci}, you must complete the remaining cluster installation steps on the {ai-full} before you can create an instance {oci}.
1010

1111
.Prerequisites
1212

13-
* You created a resource stack on {oci} that includes the custom manifest configuration files and {oci} Resource Manager configuration resources. See the "Downloading manifest files and deployment resources" section.
13+
* You created a resource stack on {oci} that includes the custom manifest configuration files and {oci} Resource Manager configuration resources. See "Provisioning {oci} infrastructure for your cluster".
1414
1515
.Procedure
1616

17-
. From the link:https://console.redhat.com/[Red Hat Hybrid Cloud Console] web console, go to the *Host discovery* page.
17+
. From the link:https://console.redhat.com/[{hybrid-console}] web console, go to the *Host discovery* page.
1818

1919
. Under the *Role* column, select either `Control plane node` or `Worker` for each targeted hostname.
2020
+
@@ -35,3 +35,5 @@ Before, you can continue to the next steps, wait for each node to reach the `Rea
3535
- CSI driver machine configuration: `custom_manifest/openshift/machineconfig-csi.yml`
3636

3737
. From the *Review and create* page, click *Install cluster* to create your {product-title} cluster on {oci}.
38+
39+
After the cluster installation and initialization operations, the {ai-full} indicates the completion of the cluster installation operation. For more information, see "Completing the installation" section in the _{ai-full} for {product-title}_ document.

modules/creating-oci-infra-resources-services.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
Before you install {product-title} on {oci-first}, you must create an {oci} environment on your virtual machine (VM) shape. By creating this environment, you can install {product-title} and deploy a cluster on infrastructure that supports a wide range of cloud options and strong security policies.
1111

1212
.Prerequisites
13-
* You have prior knowledge of {oci} components. See link:https://docs.oracle.com/en-us/iaas/Content/GSG/Concepts/concepts.htm[Learn About Oracle Cloud Basics] in the Oracle documentation.
14-
* Your organization signed up for an Oracle account and Identity Domain. This step is required so that you can access an administrator account, which is the initial cloud-identity and access management (IAM) user for your organization. See link:https://docs.oracle.com/en-us/iaas/Content/Identity/Concepts/overview.htm#ariaid-title4[The administrators group and policy] section in the Oracle documentation.
13+
* You have prior knowledge of {oci} components. See link:https://docs.oracle.com/en-us/iaas/Content/GSG/Concepts/concepts.htm[Learn About Oracle Cloud Basics (Oracle documentation)].
14+
* Your organization signed up for an Oracle account and Identity Domain. This step is required so that you can access an administrator account, which is the initial cloud-identity and access management (IAM) user for your organization. See link:https://docs.oracle.com/en-us/iaas/Content/Identity/Concepts/overview.htm#ariaid-title4[The administrators group and policy (Oracle documentation)].
1515
* You have logged in to your organization’s {oci} account with administrator privileges.
1616
1717
.Procedure

modules/creating-oci-resources-services.adoc

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,16 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="creating-oci-resources-services_{context}"]
7-
= Creating OCI resources and services
7+
= Creating {oci} resources and services
88

99
Create {oci-first} resources and services so that you can establish infrastructure with governance standards that meets your organization's requirements.
1010

11-
By creating a compartment, you can better organize, restrict access, and set usage limits to {oci} resources. Additionally, by creating an object storage bucket, you can safely and securely store the ISO image. You can access the image at a later stage for the purposes of booting the instances, so that you can then create your cluster.
12-
1311
.Prerequisites
1412

15-
* You configured an {oci} account to host the cluster. See link:https://docs.oracle.com/en/cloud/get-started/subscriptions-cloud/csgsg/create-users-and-assign-roles.html#GUID-1041AC78-9E43-42CF-B5A5-73F8B8FEB39A[Create Users and Assign Roles] in the Oracle documentation.
13+
* You configured an {oci} account to host the cluster. See link:https://docs.oracle.com/iaas/Content/openshift-on-oci/install-prereq.htm[Prerequisites (Oracle documentation)].
1614
1715
.Procedure
1816

19-
. Log in to your link:https://cloud.oracle.com/a/[Oracle Cloud Infrastructure] account with administrator privileges.
20-
21-
. Create a child compartment. See link:https://docs.public.oneportal.content.oci.oraclecloud.com/en-us/iaas/process-automation/oci-process-automation/create-compartment.html[Create a compartment] in the Oracle documentation.
22-
+
23-
[NOTE]
24-
====
25-
When creating the child compartment, specify the default parent compartment or any other parent compartment from the list.
26-
====
27-
28-
. Record the name and the link:https://docs.oracle.com/en-us/iaas/Content/libraries/glossary/ocid.htm[{ocid-first}] of the compartment.
29-
30-
. Create a bucket resource for your child compartment. Ensure that you specify your child compartment in the *Create in compartment* field for the bucket resource.
17+
. Log in to your link:https://cloud.oracle.com/a/[{oci-first-no-rt}] account with administrator privileges.
3118

32-
. Go to *Object Storage & Archive Storage* -> *Buckets* and create a bucket, where *Bucket name* refers to your cluster's name.
19+
. Download an archive file from an Oracle resource. The archive file includes files for creating cluster resources and custom manifests. The archive file also includes a script, and when you run the script, the script creates {oci} resources, such as DNS records, an instance, and so on. For more information, see link:https://docs.oracle.com/iaas/Content/openshift-on-oci/install-prereq.htm#install-configuration-files[Configuration Files (Oracle documentation)].

modules/downloading-manifest-files-resources-oci.adoc

Lines changed: 0 additions & 90 deletions
This file was deleted.

modules/installation-vsphere-infrastructure.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ The following list provides some guidance in selecting the VPUs needed for speci
5353
* Base-production environment: 500 GB, and 60 VPUs.
5454
* Heavy-use production environment: More than 500 GB, and 100 or more VPUs.
5555
56-
Consider allocating additional VPUs to give enough capacity for updates and scaling activities. See link:https://docs.oracle.com/en-us/iaas/Content/Block/Concepts/blockvolumeperformance.htm[Block Volume Performance Levels] in the Oracle documentation.
56+
Consider allocating additional VPUs to give enough capacity for updates and scaling activities. See link:https://docs.oracle.com/en-us/iaas/Content/Block/Concepts/blockvolumeperformance.htm[Block Volume Performance Levels (Oracle documentation)].
5757
====

modules/installing-oci-about-agent-based-installer.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ To ensure the best performance conditions for your cluster workloads that operat
3636
* Basic environment: 500 GB, and 60 VPUs.
3737
* Heavy production environment: More than 500 GB, and 100 or more VPUs.
3838
39-
Consider reserving additional VPUs to provide sufficient capacity for updates and scaling activities. For more information about VPUs, see Volume Performance Units in the Oracle documentation.
39+
Consider reserving additional VPUs to provide sufficient capacity for updates and scaling activities. For more information about VPUs, see Volume Performance Units (Oracle_ documentatio).
4040
====

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_mod-docs-content-type: CONCEPT
66
[id="installing-oci-about-assisted-installer_{context}"]
7-
= The Assisted Installer and OCI overview
7+
= The {ai-full} and {oci} overview
88

99
You can run cluster workloads on {oci-first} infrastructure that supports dedicated, hybrid, public, and multiple cloud environments. Both Red Hat and Oracle test, validate, and support running {oci} in an {product-title} cluster on {oci}.
1010

@@ -20,7 +20,7 @@ include::snippets/technology-preview.adoc[]
2020
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} Resource Manager configurations to complete these steps, or use the configurations to model your own custom script.
2121
====
2222

23-
Follow the steps in this document to understand how to use the {ai-full} to install a {product-title} cluster on {oci}. The document demonstrates the use of the {oci} Manager (CCM) and Oracle’s Container Storage Interface (CSI) objects to link your {product-title} cluster with the {oci} API.
23+
Follow the steps in the _Installing a cluster on {oci-first-no-rt} by using the Assisted Installer_ document to understand how to use the {ai-full} to install a {product-title} cluster on {oci}. This document demonstrates the use of the {oci} Cloud Controller Manager (CCM) and Oracle’s Container Storage Interface (CSI) objects to link your {product-title} cluster with the {oci} API.
2424

2525
[IMPORTANT]
2626
====
@@ -30,7 +30,7 @@ To ensure the best performance conditions for your cluster workloads that operat
3030
* Basic environment: 500 GB, and 60 VPUs.
3131
* Heavy production environment: More than 500 GB, and 100 or more VPUs.
3232
33-
Consider reserving additional VPUs to provide sufficient capacity for updates and scaling activities. For more information about VPUs, see Volume Performance Units in the Oracle documentation.
33+
Consider reserving additional VPUs to provide sufficient capacity for updates and scaling activities. For more information about VPUs, see Volume Performance Units (Oracle documentation).
3434
====
3535

3636
If you are unfamiliar with the {product-title} {ai-full}, see "Assisted Installer for {product-title}".

0 commit comments

Comments
 (0)