-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
fatihaslan
committed
Jun 4, 2021
0 parents
commit 4edf8d8
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
![](ceph-oct-dash.png) | ||
|
||
# CEPH INSTALLATION METHODS | ||
|
||
## Ceph - a scalable distributed object, block, and file storage system platform | ||
|
||
### Ceph version list | ||
Ceph version list - [https://en.wikipedia.org/wiki/Ceph_(software)](https://en.wikipedia.org/wiki/Ceph_(software)) | ||
|
||
### Ceph Calculator | ||
Ceph PGs per Pool Calculator - [https://ceph.io/pgcalc/](https://ceph.io/pgcalc/) | ||
|
||
--- | ||
### Installation Methods <br> | ||
|
||
Ceph Deploy - [ceph-deploy manual](https://docs.ceph.com/en/nautilus/install/install-ceph-deploy/) | [ceph git project](https://github.com/ceph/ceph) <br> | ||
|
||
Cephadm - [cephadm master(branch)](https://github.com/ceph/ceph/blob/master/src/cephadm/cephadm) | [cephadm pasific(branch)](https://raw.githubusercontent.com/ceph/ceph/pacific/src/cephadm/cephadm) | [cephadm octopus(branch)](https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm) | [ceph container git project](https://github.com/ceph/ceph-container) <br> | ||
|
||
Ceph Ansible - [ceph-ansible git project](https://github.com/ceph/ceph-ansible) <br> | ||
|
||
Ceph GUI - [cockpit-ceph-installer redhat git project](https://github.com/red-hat-storage/cockpit-ceph-installer) <br> | ||
|
||
Ceph NANO - [cn - ceph nano tool](https://github.com/ceph/cn) | [ceph container git project](https://github.com/ceph/ceph-container) <br> | ||
|
||
Rook Ceph(Kubernetes) - [cloud-native storage orchestrator with ceph install](https://rook.io/docs/rook/v1.5/ceph-quickstart.html) <br> | ||
|
||
Kubernetes + Helm - [ceph install with kube-helm](https://docs.ceph.com/en/nautilus/start/kube-helm/) |