Install a simple Ceph cluster while reading the docs
inventory | ||
roles | ||
.gitignore | ||
ansible.cfg | ||
playbook.yml | ||
README.md | ||
Vagrantfile |
poc-ceph
This is a proof-of-concept installation of Ceph using 3 MONs and 3 OSDs. It uses the manual installation using Ansible.
Getting started
- Adjust the CPU/RAM provisioned for each machine in the
Vagrantfile
according to your system. This is a 6-machine setup that can easily eat up all your ressources. - Start the machines and write the SSH config used by Ansible:
$ vagrant up && vagrant ssh-config > ssh_config
- Launch the installation:
$ ansible-playbook playbook.yml