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
JCS-13633 Add licensing section to README.md (#169)
- Change year in header
- Change references to inputs directory in README.md
- Add license info in main README.md
- Fix text in main README.md and README.md for solutions
- Remove cleanup note for non-jrf solution, because it is not needed
- Mention the var file for images in the README.md for each solution
- Improve instructions to create tfvar file
- [mp_image_suite_byol.tfvars](./terraform/images/mp_image_suite_byol.tfvars): WebLogic Suite - BYOL
178
+
- [mp_image_suite_ucm.tfvars](./terraform/images/mp_image_suite_ucm.tfvars): WebLogic Suite - UCM
179
179
180
180
To use one of the files above:
181
-
- Copy the file from the `terraform/inputs` directory, to the `terraform` directory
181
+
- Copy the file from the `terraform/images` directory, to the `terraform` directory
182
182
- Rename the file from `terraform/mp_image_<edition>_<license>.tfvars` to `terraform/mp_image_<edition>_<license>.auto.tfvars`
183
183
184
-
For example, if you want to create a WebLogic Enterprise Edition UCM stack, copy the file `terraform/inputs/mp_image_ee_ucm.tfvars`
184
+
For example, if you want to create a WebLogic Enterprise Edition UCM stack, copy the file `terraform/images/mp_image_ee_ucm.tfvars`
185
185
to `terraform/mp_image_ee_ucm.auto.tfvars`
186
186
187
187
Next, you need to configure [variables](./VARIABLES.md) to drive the stack creation. This can be done by creating a
188
-
`terraform.tfvars` file in the `terraform` directory, using as a base the tfvars files from one of the [solutions](./solutions).
188
+
`terraform.tfvars` file in the `terraform` directory, using variables copied from the tfvars files from one of the [solutions](./solutions)
189
+
into the `terraform.tfvars` file.
189
190
190
191
Make sure the plan looks good. Once you created `terraform.tfvars` in the `terraform` directory, just run:
191
192
@@ -195,7 +196,7 @@ terraform plan
195
196
196
197
### Deploy
197
198
198
-
If that's good, you can go ahead and apply to deploy the stack:
199
+
If terraform plan is successful, you can run terraform apply to deploy the stack:
199
200
200
201
```bash
201
202
terraform apply
@@ -229,7 +230,7 @@ You'll need to enter yes when prompted.
229
230
## Create Stack Using OCI Resource Manager
230
231
231
232
Oracle Cloud Infrastructure [Resource Manager (ORM)][orm] allows you to manage your Terraform configurations and state.
232
-
To simplify getting started, the Terraform zip files for use with ORM are created as part of each [release](https://github.com/oracle-quickstart/weblogic-server-for-oci/releases).
233
+
To simplify getting started, the Terraform zip files for use with ORM are created as part of each [release](https://github.com/oracle-quickstart/oci-weblogic-server/releases).
233
234
234
235
If you want to build the zip file to create an ORM stack, you need the following software:
235
236
@@ -294,7 +295,7 @@ cd builds
294
295
The zip files are generated in the `builds/binaries` directory.
295
296
296
297
Follow [these steps](https://docs.oracle.com/en-us/iaas/Content/ResourceManager/Tasks/create-stack-local.htm) to create
297
-
a ORM stack, using either a zip file from one of the [releases](https://github.com/oracle-quickstart/weblogic-server-for-oci/releases),
298
+
a ORM stack, using either a zip file from one of the [releases](https://github.com/oracle-quickstart/oci-weblogic-server/releases),
298
299
or a zip file generated manually with the `build_mp_bundles.sh` script.
299
300
300
301
### Deploy the stack
@@ -316,12 +317,35 @@ steps to perform before running a `destroy` job.
316
317
When you no longer need the deployment, you can run a
317
318
`destroy` [job](https://docs.oracle.com/en-us/iaas/Content/ResourceManager/Tasks/create-job-destroy.htm) to destroy the stack.
318
319
319
-
# Troubleshoot
320
+
## Troubleshoot
320
321
321
322
Refer to [documentation](https://docs.oracle.com/en/cloud/paas/weblogic-cloud/user/troubleshoot-oracle-weblogic-cloud.html)
322
323
to identify common problems and learn how to diagnose and solve them.
323
324
325
+
## License
326
+
327
+
The OCI Terraform stack for WebLogic Server is licensed under the Universal Permissive License 1.0.
328
+
See [LICENSE](./LICENSE) for more details.
329
+
330
+
The OCI Terraform stack for WebLogic Server does not include entitlement to Oracle WebLogic Server. The entitlement of
331
+
Oracle WebLogic Server within the OCI Terraform stack for WebLogic Server can be obtained by using the Oracle WebLogic
332
+
Server for OCI images or by using a valid WebLogic Server license with the stack.
333
+
334
+
### Universal Credits Model (UCM)
335
+
The Oracle WebLogic Server for OCI images that include entitlement of Oracle WebLogic Server can be found here:
336
+
- Oracle WebLogic Server Enterprise Edition UCM image: https://cloudmarketplace.oracle.com/marketplace/en_US/listing/70276523
337
+
- Oracle WebLogic Suite UCM image: https://cloudmarketplace.oracle.com/marketplace/en_US/listing/70277452
338
+
339
+
When using the Oracle WebLogic Server Enterprise Edition UCM image, the WebLogic for OCI license in governed by the
340
+
following terms: https://cloudmarketplace.oracle.com/marketplace/content?contentId=70262301&render=inline
341
+
342
+
When using the Oracle WebLogic Suite UCM image, the WebLogic for OCI license in governed by the following terms:
0 commit comments