项目作者: oracle-quickstart

项目描述 :
Terraform to deploy IBM WebSphere on OCI.
高级语言: HCL
项目地址: git://github.com/oracle-quickstart/oci-arch-websphere-on-oci.git
创建时间: 2020-08-18T21:06:12Z
项目社区:https://github.com/oracle-quickstart/oci-arch-websphere-on-oci

开源协议:Universal Permissive License v1.0

下载


oci-arch-websphere-on-oci

WebSphere Application Server is part of IBM’s WebSphere Suite. It hosts Java-based web applications and is built using open standards.

Terraform Provider for Oracle Cloud Infrastructure

The OCI Terraform Provider is now available for automatic download through the Terraform Provider Registry.
For more information on how to get started view the documentation
and setup guide.

Clone the Module

Now, you’ll want a local copy of this repo. You can make that with the commands:

  1. git clone https://github.com/oracle-quickstart/oci-arch-websphere-on-oci.git
  2. cd oci-arch-websphere-on-oci
  3. ls

Prerequisites

First off, you’ll need to do some pre-deploy setup. That’s all detailed here.

Secondly, create a terraform.tfvars file and populate with the following information:

  1. # Authentication
  2. tenancy_ocid = "<tenancy_ocid>"
  3. user_ocid = "<user_ocid>"
  4. fingerprint = "<finger_print>"
  5. private_key_path = "<pem_private_key_path>"
  6. # SSH Keys
  7. ssh_public_key = "<public_ssh_key_path>"
  8. # Region
  9. region = "<oci_region>"
  10. # Compartment
  11. compartment_ocid = "<compartment_ocid>"
  12. `

Deploy:

  1. terraform init
  2. terraform plan
  3. terraform apply

The current version of the code here only provision the required infrastructure and does not install WebSphere.

Destroy the Deployment

When you no longer need the deployment, you can run this command to destroy it:

  1. terraform destroy

WebSphere Application Server Architecture

Reference Architecture