You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### 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
175
175
176
176
Run adpreclone and pack Oracle EBS RunFS and FS_NE
177
177
@@ -188,9 +188,9 @@ time tar -czf EBSFS_TO_GCP.tar.gz -C $(dirname $RUN_BASE) $(basename ${RUN_BASE}
188
188
189
189
```
190
190
---
191
-
#### 3.3 Copy media to the GCP bucket
191
+
#### 3.3 Copy media to the Google Cloud Storage bucket
192
192
193
-
Copy packed media to the GCP bucket
193
+
Copy packed media to the Google Cloud Storage bucket
194
194
195
195
```bash
196
196
# Copy
@@ -217,7 +217,7 @@ make deploy_oracle_ebs_scripts
217
217
218
218
Oracle EBS is a complicated setup with a lot of moving parts, so follow the action plan below:
219
219
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*
Copy file name to clipboardExpand all lines: oracle-ebs-framework/README.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
2
2
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.
4
4
5
5
6
-
## Architectural Diagram
6
+
## Architecture Diagram
7
7
8
-
### Oracle Vision on GCP
9
-

8
+
### Oracle Vision on Google Cloud
9
+

10
10
11
-
### Oracle Customer EBS on GCP
12
-

11
+
### Oracle Customer EBS on Google Cloud
12
+

13
13
14
14
## Prerequisites
15
15
16
16
Before starting, ensure the following requirements are met:
17
17
18
18
### 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`.
20
20
- Make: Install the `make` tool (version >= 4.3 recommended).
21
21
22
22
### 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.
24
24
25
25
Minimum recommended quotas:
26
26
- Persistent Disk SSD (GB): ≥ 1TB
@@ -46,7 +46,7 @@ Action if insufficient:
46
46
47
47
### IAM
48
48
49
-
Ensure your GCP account has the following IAM roles:
49
+
Ensure your Google Cloud account has the following IAM roles:
50
50
51
51
-`roles/iam.serviceAccountUser` – Use service accounts for VM access
52
52
-`roles/iap.tunnelResourceAccessor` – Connect to VMs using IAP tunneling
@@ -56,7 +56,7 @@ Ensure your GCP account has the following IAM roles:
56
56
-`roles/storage.admin` – Full control of Cloud Storage (buckets and objects), **or**
57
57
-`roles/storage.objectAdmin` – Object-level control only (least privilege option)
58
58
59
-
#### Alternatively, the GCP account can have broad roles like:
59
+
#### Alternatively, the Google Cloud account can have broad roles like:
60
60
-`roles/owner`
61
61
62
62
-`roles/editor`
@@ -71,18 +71,18 @@ All Makefile commands should be run from the project root for all the deployment
71
71
# Install required tools
72
72
make setup
73
73
74
-
# Verify GCP account and project
74
+
# Verify Google Cloud account and project
75
75
gcloud config list
76
76
77
-
# Verify GCP access and IAM roles
77
+
# Verify Google Cloud access and IAM roles
78
78
make verify-gcp-access
79
79
```
80
80
81
81
---
82
82
83
-
### 2. Authenticate with GCP and configure Application Default Credentials:
83
+
### 2. Authenticate with Google Cloud and configure Application Default Credentials:
84
84
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:
86
86
87
87
```bash
88
88
gcloud auth application-default login
@@ -113,7 +113,7 @@ make vision_deploy
113
113
114
114
1) Login to https://edelivery.oracle.com using your Oracle account
115
115
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
117
117
118
118
* NOTE: deploy process will do md5sum, in case of data issues compare README_DISK -> assemble_12212.zip -> md5sumwhenshipped.txt"
0 commit comments