Skip to content

Commit 8508586

Browse files
author
Talia Shwartzberg
committed
HCIDOCS-651-followup: Oracle Cloud C3 finalizing
1 parent f6b8e49 commit 8508586

9 files changed

+19
-24
lines changed

installing/installing_oci/installing-c3-assisted-installer.adoc

+6-10
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,14 @@ include::modules/c3-assisted-installer-preparing-image-converting.adoc[leveloffs
2929
// Terraform script execution - part 2
3030
include::modules/c3-assisted-installer-running-script-via-region.adoc[leveloffset=+1]
3131

32-
// Completing the installation
32+
//completing installation - adding roles to nodes
33+
include::modules/c3-assisted-installer-completing-installation-nodes.adoc[leveloffset=+1]
3334

34-
[id="c3-ai-completing-installation_{context}"]
35-
== Completing the installation by using the {ai-full} web console
35+
//completing installation - configuring networking
36+
include::modules/c3-assisted-installer-completing-installation-networking.adoc[leveloffset=+1]
3637

37-
After you configure the infrastructure, the instances are now running and are ready to be registered with{nbsp}Red Hat.
38-
39-
include::modules/c3-assisted-installer-completing-installation-nodes.adoc[leveloffset=+2]
40-
41-
include::modules/c3-assisted-installer-completing-installation-networking.adoc[leveloffset=+2]
42-
43-
include::modules/c3-assisted-installer-completing-installation-manifests.adoc[leveloffset=+2]
38+
//completing installation - uploading custom manifests
39+
include::modules/c3-assisted-installer-completing-installation-manifests.adoc[leveloffset=+1]
4440

4541
// Opening the cluster
4642
include::modules/c3-assisted-installer-opening-cluster.adoc[leveloffset=+1]

modules/c3-assisted-installer-completing-installation-manifests.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="c3-ai-completing-installation-manifests_{context}"]
7-
= Adding custom manifests
7+
= Adding custom manifests in the Red{nbsp}Hat {ai-full}
88

99
Create, modify, and upload the four mandatory custom manifests provided by Oracle.
1010

modules/c3-assisted-installer-completing-installation-networking.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="c3-ai-completing-installation-networking_{context}"]
7-
= Configuring networking
7+
= Configuring networking in the Red{nbsp}Hat {ai-full}
88

99
On the *Networking* page, add the NTP sources for any hosts that display the `Some validations failed` status.
1010

modules/c3-assisted-installer-completing-installation-nodes.adoc

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="c3-ai-completing-installation-nodes_{context}"]
7-
= Assigning node roles
7+
= Assigning roles to nodes in the Red{nbsp}Hat {ai-full}
8+
9+
After you configure the infrastructure, the instances are now running and are ready to be registered with{nbsp}Red Hat.
810

911
If the Terraform scripts completed successfully, the installation process lists twelve hosts for the cluster. Three control plane hosts and three compute hosts have the status "Disconnected". Three control plane hosts and three compute hosts have the status "Insufficient".
1012

modules/c3-assisted-installer-copying-scripts.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="c3-ai-copying-scripts_{context}"]
7-
= Copying the Terraform scripts onto the bastion server in the {oci-first} home region
7+
= Copying the Terraform scripts onto the bastion server in {oci-c3-no-rt}
88

99
The bastion host is used to run two Terraform scripts:
1010

modules/c3-assisted-installer-overview.adoc

+3-6
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following workflow describes a high-level outline for installing an {product
3030

3131
.. Modify the `terraform.tfvars` as instructed (Oracle).
3232

33-
.. Run the `Terraform Init`, `Terraform Plan`, `Terraform Apply` commands in the home region.
33+
.. Run the `Terraform Init`, `Terraform Plan`, and `Terraform Apply` commands in the home region.
3434

3535
. Create the `createInfraResources.tf` script in the {oci-c3-short} region (Oracle).
3636

@@ -42,7 +42,7 @@ The following workflow describes a high-level outline for installing an {product
4242

4343
. Modify the `terraform.tfvars` on the bastion server as instructed, including the converted Discovery image (Oracle).
4444

45-
. Run the `Terraform Init`, `Terraform Plan`, `Terraform Apply` commands in the {oci-c3-short} region (Oracle).
45+
. Run the `Terraform Init`, `Terraform Plan`, and `Terraform Apply` commands in the {oci-c3-short} region (Oracle).
4646

4747
. Tag the control plane (master) nodes and the compute (worker) nodes with your cluster {product-title} name (Oracle).
4848

@@ -57,9 +57,6 @@ The following workflow describes a high-level outline for installing an {product
5757
. Open {product-title} from the {oci-first-no-rt} web console (Oracle).
5858

5959
////
60-
61-
The following workflow describes a high-level outline for installing an {product-title} on {oci-c3-short} using the {ai-full}:
62-
6360
. Prepare the {oci-c3-short} bastion server (Oracle).
6461

6562
. Create the `createIdentityResources.tf` script in the Home region (Oracle):
@@ -80,7 +77,7 @@ The following workflow describes a high-level outline for installing an {product
8077

8178
. Modify the `terraform.tfvars` on the bastion server as instructed, including the converted Discovery image (Oracle).
8279

83-
. Run the `Terraform Init`, `Terraform Plan`, and `Terraform Apply` commands in the {oci-c3-short} region (Oracle).
80+
. Run the `Terraform Init`, `Terraform Plan`, `Terraform Apply` commands in the {oci-c3-short} region (Oracle).
8481

8582
. Tag the control plane (master) nodes and the compute (worker) nodes with your cluster {product-title} name (Oracle).
8683

modules/c3-assisted-installer-preparing-bastion-server.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="c3-ai-preparing-bastian-server_{context}"]
7-
= Preparing the bastion server in the {oci-c3-no-rt} Compartment for the {product-title} cluster installation
7+
= Preparing the bastion server in {oci-c3-no-rt}
88

99
By installing a bastion host, you can securely and efficiently manage access to your {oci-c3-no-rt} resources, ensuring that your private instances remain protected and accessible only through a secure, controlled entry point.
1010

11-
The installation process builds a bastion host within the designated compartment of the {product-title} cluster. The host is configured to communicate through a designated {oci-c3-short} DRG Subnet or Internet GW Subnet within the {oci-c3-short} parent tenancy.
11+
The installation process builds a bastion host within the {oci-c3-no-rt} compartment of the {product-title} cluster. The host is configured to communicate through a designated {oci-c3-short} DRG Subnet or Internet GW Subnet within the {oci-c3-short} parent tenancy.
1212

1313
.Prerequisites
1414

modules/c3-assisted-installer-running-script-via-home.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="c3-ai-running-script-via-home_{context}"]
7-
= Running the Terraform script via the {oci-first-no-rt} Home region
7+
= Running the Terraform script in the Home region of {oci-c3-no-rt}
88

99
Run the `createInfraResources.tf` script to create the Dynamic Group Identity resources on your {oci-first-no-rt} Home region. These resources include dynamic groups, policies, and tags.
1010

modules/c3-assisted-installer-running-script-via-region.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="c3-ai-running-script-via-region_{context}"]
7-
= Running the Terraform script via the {oci-c3-short} region
7+
= Running the Terraform script via the {oci-c3-short} region of {oci-c3-no-rt}
88

99
Run the `terraform.tfvars` Terraform script to create all infrastructure resources on {oci-c3-short}. These resources include the {product-title} VCN, public and private subnets, load balancers, internet GW, NAT GW, and DNS server.
1010

0 commit comments

Comments
 (0)