Terraform modules that deploy BeeGFS on Oracle Cloud Infrastructure (OCI).
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.
First off you'll need to do some pre deploy setup. That's all detailed here.
Now, you'll want a local copy of this repo. You can make that with the commands:
git clone https://github.com/oracle-quickstart/oci-beegfs.git
cd oci-beegfs/terraform
ls
Update the variables.tf to change compute shapes, block volumes, etc.
Deploy using standard Terraform commands
terraform init
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.
terraform apply -var="ad_number=2"