Skip to content

Commit

Permalink
update to v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oehrli committed Jun 10, 2021
1 parent b64079a commit 210c307
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add readme files for the [cloudinit](cloudinit) folder
- Add example for a WLS 12c [host_wls12c](examples/host_wls12c/README.md)

### Changed

- Add prerequisites to [README.md](examples/host_wls14c/README.md) and
[README.md](examples/host_wls12c/README.md)

## [0.0.2] - 2021-06-11

### Added
Expand Down
15 changes: 14 additions & 1 deletion examples/host_wls12c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,20 @@ of you terraform configuration.

To use the module, a few requirements must be met:

- ddd
- Define the mandatory parameter for
- *region* the OCI region where resources will be created
- *compartment_ocid* OCID of the compartment where to create all resources
- *tenancy_ocid* tenancy id where to create the resources
- *host_subnet* List of subnets for the host hosts
- *tvd_def_password* Default password for windows administrator, oracle, directory and more
- *lab_source_url* preauthenticated URL to the LAB source ZIP file.
- *ssh_authorized_keys* SSH authorized keys to access the resource.
- *ssh_private_key* SSH private key used to access the internal hosts for file upload.
- provide a URL for software download to make sure Oracle binaries will be
downloaded
- *software_repo* software repository URL to OCI object store swift API
- *software_user* default OCI user to access the software repository
- *software_password* default OCI password to access the software repository

## Using the Module for WLS 12c

Expand Down
15 changes: 14 additions & 1 deletion examples/host_wls14c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,20 @@ of you terraform configuration.

To use the module, a few requirements must be met:

- ddd
- Define the mandatory parameter for
- *region* the OCI region where resources will be created
- *compartment_ocid* OCID of the compartment where to create all resources
- *tenancy_ocid* tenancy id where to create the resources
- *host_subnet* List of subnets for the host hosts
- *tvd_def_password* Default password for windows administrator, oracle, directory and more
- *lab_source_url* preauthenticated URL to the LAB source ZIP file.
- *ssh_authorized_keys* SSH authorized keys to access the resource.
- *ssh_private_key* SSH private key used to access the internal hosts for file upload.
- provide a URL for software download to make sure Oracle binaries will be
downloaded
- *software_repo* software repository URL to OCI object store swift API
- *software_user* default OCI user to access the software repository
- *software_password* default OCI password to access the software repository

## Using the Module for WLS 14c

Expand Down

0 comments on commit 210c307

Please sign in to comment.