mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
27 lines
1.3 KiB
Plaintext
27 lines
1.3 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * installing/installing_oci/installing-c3-assisted-installer.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="c3-ai-running-script-via-region_{context}"]
|
|
= Running the Terraform script via the C3 region
|
|
|
|
Run the `terraform.tfvars` Terraform script to create all infrastructure resources on {oci-edge}. These resources include the {product-title} VCN, public and private subnets, load balancers, internet GW, NAT GW, and DNS server.
|
|
|
|
This procedure deploys a cluster consisting of three control plane (master) and three compute (worker) nodes. After deployment, you must rename and reboot the nodes. This process temporarily duplicates nodes, requiring manual cleanup in the next procedure.
|
|
|
|
.Procedure
|
|
|
|
. Connect to the bastion server via SSH.
|
|
|
|
. Set the C3 Certificate location and export the certificate.
|
|
|
|
. Run the `terraform.tfvars` script to create three control plane nodes and three compute nodes.
|
|
|
|
. Update the labels for the control plane and compute nodes.
|
|
|
|
. Stop and restart the instances one by one on the {oci-edge} portal.
|
|
|
|
For the full procedure, see the "Terraform Script Execution - Part 2" section in the link:https://www.oracle.com/a/otn/docs/compute_cloud_at_customer_assisted_installer.pdf?source=:em:nl:mt::::PCATP[Oracle documentation].
|
|
|