Skip to content

Commit 8222b0d

Browse files
Updated READMEs to use the Google Cloud brand name (#22)
* Change GCP to Google Cloud * Change GCP to Google Cloud * Update oracle-ebs-framework/README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update oracle-ebs-framework/README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent b209cd6 commit 8222b0d

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

oracle-ebs-framework/README-customer-data.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Oracle EBS Toolkit on GCP | Customer Oracle EBS environment
1+
# Oracle EBS Toolkit on Google Cloud | Customer Oracle EBS environment
22

33
This repository provides Terraform configurations and Makefile automation to deploy Oracle EBS infrastructure on Google Cloud Platform.
44

@@ -22,11 +22,11 @@ This repository provides Terraform configurations and Makefile automation to dep
2222
Before starting, ensure the following requirements are met:
2323

2424
### Environment
25-
- GCP Project: A Google Cloud project must already exist for this deployment. Note the `PROJECT_ID`.
25+
- Google Cloud Project: A Google Cloud project must already exist for this deployment. Note the `PROJECT_ID`.
2626
- Make: Install the `make` tool (version >= 4.3 recommended).
2727

2828
### Quota Requirements
29-
Before deploying Toolkit, verify that your GCP project has sufficient resource quotas in the target region.
29+
Before deploying Toolkit, verify that your Google Cloud project has sufficient resource quotas in the target region.
3030

3131
Minimum recommended quotas:
3232
- Persistent Disk SSD (GB): ≥ 1TB
@@ -52,7 +52,7 @@ Action if insufficient:
5252

5353
### IAM
5454

55-
Ensure your GCP account has the following IAM roles:
55+
Ensure your Google Cloud account has the following IAM roles:
5656

5757
- `roles/iam.serviceAccountUser` – Use service accounts for VM access
5858
- `roles/iap.tunnelResourceAccessor` – Connect to VMs using IAP tunneling
@@ -62,7 +62,7 @@ Ensure your GCP account has the following IAM roles:
6262
- `roles/storage.admin` – Full control of Cloud Storage (buckets and objects), **or**
6363
- `roles/storage.objectAdmin` – Object-level control only (least privilege option)
6464

65-
#### Alternatively, the GCP account can have broad roles like:
65+
#### Alternatively, the Google Cloud account can have broad roles like:
6666
- `roles/owner`
6767

6868
- `roles/editor`
@@ -78,15 +78,15 @@ All Makefile commands should be run from the project root for all the deployment
7878
# Install required tools
7979
make setup
8080

81-
# Verify GCP access and IAM roles
81+
# Verify Google Cloud access and IAM roles
8282
make verify-gcp-access
8383
```
8484

8585
---
8686

87-
### 2. Authenticate with GCP and configure Application Default Credentials:
87+
### 2. Authenticate with Google Cloud and configure Application Default Credentials:
8888

89-
Terraform uses Application Default Credentials (ADC) to interact with GCP. Run the following command before initializing Terraform:
89+
Terraform uses Application Default Credentials (ADC) to interact with Google Cloud. Run the following command before initializing Terraform:
9090

9191
```bash
9292
$ gcloud auth application-default login
@@ -118,7 +118,7 @@ make deploy
118118
```
119119

120120
---
121-
#### 3.1 Prepare Oracle EBS database to be packed for GCP
121+
#### 3.1 Prepare Oracle EBS database to be packed for Google Cloud
122122

123123
Run adpreclone and pack the RDBMS Oracle home and Oracle RMAN cold (startup mount) backup
124124

@@ -171,7 +171,7 @@ echo "shutdown immediate;" | sqlplus -s / as sysdba
171171
```
172172

173173
---
174-
#### 3.2 Prepare Oracle EBS Application FS to be packed for GCP
174+
#### 3.2 Prepare Oracle EBS Application FS to be packed for Google Cloud
175175

176176
Run adpreclone and pack Oracle EBS RunFS and FS_NE
177177

@@ -188,9 +188,9 @@ time tar -czf EBSFS_TO_GCP.tar.gz -C $(dirname $RUN_BASE) $(basename ${RUN_BASE}
188188

189189
```
190190
---
191-
#### 3.3 Copy media to the GCP bucket
191+
#### 3.3 Copy media to the Google Cloud Storage bucket
192192

193-
Copy packed media to the GCP bucket
193+
Copy packed media to the Google Cloud Storage bucket
194194

195195
```bash
196196
# Copy
@@ -217,7 +217,7 @@ make deploy_oracle_ebs_scripts
217217

218218
Oracle EBS is a complicated setup with a lot of moving parts, so follow the action plan below:
219219

220-
*Note: Update scripts/ebs/environment file with current passwords for cloning on GCP. Later passwords can be changed using seeded procedures and the file can be removed from the server*
220+
*Note: Update scripts/ebs/environment file with current passwords for cloning on Google Cloud. Later passwords can be changed using seeded procedures and the file can be removed from the server*
221221

222222
```bash
223223
# Connect the server and switch to root

oracle-ebs-framework/README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
# Oracle EBS Toolkit on GCP | Oracle EBS Vision
1+
# Oracle EBS Toolkit on Google Cloud | Oracle EBS Vision
22

3-
This folder provides Terraform configurations and Makefile automation to deploy Oracle EBS infrastructure on Google Cloud Platform.
3+
This folder provides Terraform configurations and Makefile automation to deploy Oracle EBS infrastructure on Google Cloud.
44

55

6-
## Architectural Diagram
6+
## Architecture Diagram
77

8-
### Oracle Vision on GCP
9-
![Oracle Vision on GCP Technical Architecture Diagram](images/Oracle%20Vision%20on%20GCP_%20Technical%20Architecture%20diagram.png "Oracle Vision on GCP Technical Architecture Diagram")
8+
### Oracle Vision on Google Cloud
9+
![Oracle Vision on Google Cloud Technical Architecture Diagram](images/Oracle%20Vision%20on%20GCP_%20Technical%20Architecture%20diagram.png "Oracle Vision on Google Cloud Technical Architecture Diagram")
1010

11-
### Oracle Customer EBS on GCP
12-
![Oracle Customer EBS on GCP Technical Architecture Diagram](images/Oracle%20Customer%20EBS%20on%20GCP_%20Technical%20Architecture%20diagram.png "Oracle Customer EBS on GCP Technical Architecture Diagram")
11+
### Oracle Customer EBS on Google Cloud
12+
![Oracle Customer EBS on Google Cloud Technical Architecture Diagram](images/Oracle%20Customer%20EBS%20on%20GCP_%20Technical%20Architecture%20diagram.png "Oracle Customer EBS on Google Cloud Technical Architecture Diagram")
1313

1414
## Prerequisites
1515

1616
Before starting, ensure the following requirements are met:
1717

1818
### Environment
19-
- GCP Project: A Google Cloud project must already exist for this deployment. Note the `PROJECT_ID`.
19+
- Google Cloud project: A Google Cloud project must already exist for this deployment. Note the `PROJECT_ID`.
2020
- Make: Install the `make` tool (version >= 4.3 recommended).
2121

2222
### Quota Requirements
23-
Before deploying Toolkit, verify that your GCP project has sufficient resource quotas in the target region.
23+
Before deploying Toolkit, verify that your Google Cloud project has sufficient resource quotas in the target region.
2424

2525
Minimum recommended quotas:
2626
- Persistent Disk SSD (GB): ≥ 1TB
@@ -46,7 +46,7 @@ Action if insufficient:
4646

4747
### IAM
4848

49-
Ensure your GCP account has the following IAM roles:
49+
Ensure your Google Cloud account has the following IAM roles:
5050

5151
- `roles/iam.serviceAccountUser` – Use service accounts for VM access
5252
- `roles/iap.tunnelResourceAccessor` – Connect to VMs using IAP tunneling
@@ -56,7 +56,7 @@ Ensure your GCP account has the following IAM roles:
5656
- `roles/storage.admin` – Full control of Cloud Storage (buckets and objects), **or**
5757
- `roles/storage.objectAdmin` – Object-level control only (least privilege option)
5858

59-
#### Alternatively, the GCP account can have broad roles like:
59+
#### Alternatively, the Google Cloud account can have broad roles like:
6060
- `roles/owner`
6161

6262
- `roles/editor`
@@ -71,18 +71,18 @@ All Makefile commands should be run from the project root for all the deployment
7171
# Install required tools
7272
make setup
7373

74-
# Verify GCP account and project
74+
# Verify Google Cloud account and project
7575
gcloud config list
7676

77-
# Verify GCP access and IAM roles
77+
# Verify Google Cloud access and IAM roles
7878
make verify-gcp-access
7979
```
8080

8181
---
8282

83-
### 2. Authenticate with GCP and configure Application Default Credentials:
83+
### 2. Authenticate with Google Cloud and configure Application Default Credentials:
8484

85-
Terraform uses Application Default Credentials (ADC) to interact with GCP. Run the following command before initializing Terraform:
85+
Terraform uses Application Default Credentials (ADC) to interact with Google Cloud. Run the following command before initializing Terraform:
8686

8787
```bash
8888
gcloud auth application-default login
@@ -113,7 +113,7 @@ make vision_deploy
113113

114114
1) Login to https://edelivery.oracle.com using your Oracle account
115115
2) Search for "Oracle VM Virtual Appliance for Oracle E-Business Suite" and download the media (~ 19 V*.zip files)
116-
3) Copy those Oracle EBS vision media to the GCP bucket created by the steps above
116+
3) Copy those Oracle EBS vision media to the Google Cloud Storage bucket created by the steps above
117117

118118
* NOTE: deploy process will do md5sum, in case of data issues compare README_DISK -> assemble_12212.zip -> md5sumwhenshipped.txt"
119119

0 commit comments

Comments
 (0)