https://github.com/oracle-quickstart/oci-beegfs
BeeGFS on Oracle Cloud Infrastructure
https://github.com/oracle-quickstart/oci-beegfs
beegfs oracle-led
Last synced: 2 months ago
JSON representation
BeeGFS on Oracle Cloud Infrastructure
- Host: GitHub
- URL: https://github.com/oracle-quickstart/oci-beegfs
- Owner: oracle-quickstart
- License: upl-1.0
- Created: 2020-02-20T06:11:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-02T17:04:09.000Z (7 months ago)
- Last Synced: 2025-03-27T08:58:17.392Z (3 months ago)
- Topics: beegfs, oracle-led
- Language: Shell
- Size: 2.67 MB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oci-beegfs
Terraform modules that deploy [BeeGFS](https://www.beegfs.io/content/) on [Oracle Cloud Infrastructure (OCI)](https://cloud.oracle.com/en_US/cloud-infrastructure).## BeeGFS License
BeeGFS requires license, reach out to [thinkparQ](https://thinkparq.com/) 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](https://github.com/oracle/oci-quickstart-prerequisites).## Clone the Terraform template
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 variables.tf file
Update the variables.tf to change compute shapes, block volumes, etc.## Deployment and Post Deployment
Deploy using standard Terraform commandsterraform init
terraform planPass 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"
