-
Couldn't load subscription status.
- Fork 1.8k
HCIDOCS-651-followup: Oracle Cloud C3 finalizing #91884
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
tshwartz
wants to merge
8
commits into
openshift:main
Choose a base branch
from
tshwartz:HCIDOCS-651-followup
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
6d02cb6
HCIDOCS-651-followup: Oracle Cloud C3 finalizing
ae5a63f
HCIDOCS-651-followup: Oracle Cloud C3 finalizing
b0df276
HCIDOCS-651-followup: Oracle Cloud C3 finalizing
e982baf
HCIDOCS-651-followup: Oracle Cloud C3 finalizing
8047ad9
HCIDOCS-651-followup: Oracle Cloud C3 finalizing
f3b1134
HCIDOCS-651-followup: Oracle Cloud C3 finalizing
f6b8e49
HCIDOCS-651-followup: Oracle Cloud C3 finalizing
8508586
HCIDOCS-651-followup: Oracle Cloud C3 finalizing
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| // Module included in the following assemblies: | ||
| // | ||
| // * installing/installing_oci/installing-c3-assisted-installer.adoc | ||
|
|
||
| :_mod-docs-content-type: PROCEDURE | ||
| [id="c3-ai-copying-scripts_{context}"] | ||
| = Copying the Terraform scripts onto the bastion server in {oci-c3-no-rt} | ||
|
|
||
| The bastion host is used to run two Terraform scripts: | ||
|
|
||
| * `createInfraResources.tf` - Builds IAM Resources in the {oci} Home region of the {oci-c3-short} system (two Dynamic Groups and one Policy). | ||
|
|
||
| * `terraform.tfvars` - Builds the infrastructure resources on the {oci-c3-short} system to support the {product-title} cluster. The script includes all the resources needed to activate the control plane nodes and compute nodes that form a cluster. | ||
|
|
||
| Copy the `createInfraResources.tf` and `terraform.tfvars` scripts onto the bastion server. | ||
|
|
||
| .Prerequisites | ||
|
|
||
| * You have prepared the bastion server in the {oci-first-no-rt} home region. | ||
|
|
||
| .Procedure | ||
|
|
||
| . Connect to the bastion server via SSH. | ||
|
|
||
| . Create `OpenShift\createResourceOnHomeRegion` folders. | ||
|
|
||
| . Copy the `createInfraResources.tf` and `terraform.tfvars` files from the C3_PCA GitHub repository into the `createResourceOnHomeRegion` folder. | ||
|
|
||
| For the full procedure, see the "Terraform Script Execution Part-1 (Run Script via Home Region)" 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]. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No comment but just a heads up that this prereq alone is changing technical accuracy and would make at least a QE review of the PR necessary.