Fresh install of Ceph using Ansible
I am looking to rebuild my ceph cluster using ansible.What is the best way to start this process?
erm.... use ceph-ansible? :) go to github, and find the correct branch associated with the particular release of ceph you want to use. then try to follow the ceph-ansible docs on setup. For example, to use ceph octopus, you are best off with the "STABLE-5" branch. After that, a hint: Just try to get 3 "mon" nodes working initially. you will also want to use an ansible host inventory in yml format for maximum flexibility. example: all: children: mons: hosts: cephmon01: cephmon02: cephmon03: mgrs: children: mons ----- Original Message ----- From: "Jared Jacob" <jhamster@chem.byu.edu> To: "ceph-users" <ceph-users@ceph.io> Sent: Thursday, April 15, 2021 9:57:02 AM Subject: [ceph-users] Fresh install of Ceph using Ansible I am looking to rebuild my ceph cluster using ansible.What is the best way to start this process? _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
participants (2)
-
Jared Jacob
-
Philip Brown