This directory contains terraform configuration and cloud-init user data files
to setup and bootstrap the a WLS 14c environment. The *.tf
files and the
cloudinit
folder in this folder must be placed in the corresponding location
of you terraform configuration.
- host_wls14c.tf Terraform configuration to call the module
tvdlab-host
as basis to setup the WLS 14c environment - host_wls14c.auto.tfvars Terraform variable file to configure the WLS 14c terraform configuration.
- cloudinit folder with the configuration files.
To use the module, a few requirements must be met:
- ddd
To use the module on a WLS 14c server, the following procedure should be followed.
- Create a corresponding folder for the WLS 14c configuration in the root of the terraform project
mkdir $TERRAFORM_ROOT/host_wls14c
- Copy the configuration files to the new folder
cp -r cloudinit $TERRAFORM_ROOT/host_wls14c
- Copy the terraform configuration files to the root of the terraform project
cp host_wls14c.tf $TERRAFORM_ROOT
cp host_wls14c.auto.tfvars $TERRAFORM_ROOT
- Adjust the
host_wls14c.auto.tfvars
file to match the environment - Adjust the
set_env_wls14c_config.sh
file e.g. software packages and other environment variables.