poc-ceph/README.md
2024-07-15 11:28:33 +02:00

657 B

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

  1. 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.
  2. Start the machines and write the SSH config used by Ansible:
$ vagrant up && vagrant ssh-config > ssh_config
  1. Launch the installation:
$ ansible-playbook playbook.yml

Reference