项目作者: oracle-quickstart

项目描述 :
BeeGFS on Oracle Cloud Infrastructure
高级语言: Shell
项目地址: git://github.com/oracle-quickstart/oci-beegfs.git
创建时间: 2020-02-20T06:11:30Z
项目社区:https://github.com/oracle-quickstart/oci-beegfs

开源协议:Universal Permissive License v1.0

下载


oci-beegfs

Terraform modules that deploy BeeGFS on Oracle Cloud Infrastructure (OCI).

BeeGFS License

BeeGFS requires license, reach out to thinkparQ for license details. This github code is open source and its users responsibility to get the required license.

High Level Architecture

Prerequisites

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

Clone the Terraform template

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-beegfs.git
  2. cd oci-beegfs/terraform
  3. ls

Update variables.tf file

Update the variables.tf to change compute shapes, block volumes, etc.

Deployment and Post Deployment

Deploy using standard Terraform commands

  1. terraform init
  2. terraform plan

Pass ad_number=2, if you want to deploy to Availability-Domain-3. similarly use 0 for AD-1, 1 for AD-2.

  1. terraform apply -var="ad_number=2"