Skip to content

hasan4791/ceph-setup-tf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

This repo cantains terraform script for deploying a ceph node on IBM Power plaform

Prerequisites:
  1. PowerVC server
  2. You need a repository where you have ceph rpms, which needs to be updated var.tfvars
Setup:

Update the var.tfvars with PowerVC and other information and run for creating the ceph cluster.

terraform apply -var-file var.tfvars -input=false -auto-approve -parallelism=3

Destroy:

Run

terraform destroy -var-file var.tfvars -input=false -auto-approve -parallelism=3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 97.4%
  • Shell 2.6%