This repo cantains terraform script for deploying a ceph node on IBM Power plaform
- PowerVC server
- You need a repository where you have ceph rpms, which needs to be updated var.tfvars
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
Run
terraform destroy -var-file var.tfvars -input=false -auto-approve -parallelism=3