Ceph-ansible 部署Ceph

 

1、安装notario

[root@node1 ~]# yum install -y python-pip[root@node1 ~]# pip install notario

这个包用yum装的版本是不符合要求的,需要使用pip进行安装

2、下载ceph-ansible的代码到本地

[root@node1 ~]# git clone https://github.com/ceph/ceph-ansible.git

3、修改inventory,添加主机信息

[root@node1 ~]# cd ceph-ansible/[root@node1 ceph-ansible]# vim hosts[mons]192.168.1.10192.168.1.11192.168.1.12[osds]
收藏 打印