资讯

精准传达 • 有效沟通

从品牌网站建设到网络营销策划,从策略到执行的一站式服务

如何使用Ansible部署Ceph集群

这篇文章主要介绍如何使用Ansible部署Ceph集群,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!

我们提供的服务有:成都网站制作、成都网站设计、微信公众号开发、网站优化、网站认证、淄川ssl等。为数千家企事业单位解决了网站和推广的问题。提供周到的售前咨询和贴心的售后服务,是有科学管理、有技术的淄川网站制作公司

 基础配置

三台环境为centos7.9,以下配置需要在每台机器上执行

配置hosts解析

cat >> /etc/hosts <

关闭防火墙和selinux

systemctl stop firewalld && systemctl disable firewalld setenforce 0 && sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config

分别在三个节点设置主机名

hostnamectl set-hostname node1 hostnamectl set-hostname node2 hostnamectl set-hostname node3

配置主机时间同步

systemctl restart chronyd.service && systemctl enable chronyd.service

配置免密登录

ssh-keygen ssh-copy-id -i .ssh/id_rsa.pub node1 ssh-copy-id -i .ssh/id_rsa.pub node2 ssh-copy-id -i .ssh/id_rsa.pub node3

安装pip和ansible、git

yum install python-pip ansible git -y

部署ceph集群

克隆存储库

这里我选择安装的是ceph nautilus版本

git clone https://github.com/ceph/ceph-ansible.git cd ceph-ansible git checkout stable-4.0

安装ansible依赖包

pip install --upgrade pip pip install -r requirements.txt

修改hosts文件,添加安装的节点

cat >> /etc/ansible/hosts <

备份group_vars下的yml文件

cd ceph-ansible/group_vars for file in *;do cp $file ${file%.*};done

修改group_vars/all.yml配置

--- dummy: mon_group_name: mons osd_group_name: osds rgw_group_name: rgws mds_group_name: mdss client_group_name: clients mgr_group_name: mgrs grafana_server_group_name: grafana-server configure_firewall: False ceph_origin: repository ceph_origin: repository ceph_repository: community ceph_mirror: http://mirrors.aliyun.com/ceph ceph_stable_key: http://mirrors.aliyun.com/ceph/keys/release.asc ceph_stable_release: nautilus ceph_stable_repo: "{{ ceph_mirror }}/rpm-{{ ceph_stable_release }}" public_network: "192.168.2.0/24" cluster_network: "192.168.2.0/24" monitor_interface: ens33 osd_auto_discovery: true osd_objectstore: filestore radosgw_interface: ens33 dashboard_admin_password: asd123456 grafana_admin_password: admin pg_autoscale_mode: True

修改group_vars/osds.yml配置

devices:   - /dev/sdb

修改site.yml配置

如何使用Ansible部署Ceph集群

开始进行安装

剩下的交给时间吧,十分钟左右就装好了

ansible-playbook -i /etc/ansible/hosts site.yml

查看安装状态,发现有一个警告,这是因为在之前的all.yml配置没有开启允许自动调整pool中的pg数pg_autoscale_mode:  False,手动设置下即可

ceph osd pool set  pg_autoscale_mode on

 如何使用Ansible部署Ceph集群

如何使用Ansible部署Ceph集群
如何使用Ansible部署Ceph集群

 以上是“如何使用Ansible部署Ceph集群”这篇文章的所有内容,感谢各位的阅读!希望分享的内容对大家有帮助,更多相关知识,欢迎关注创新互联行业资讯频道!


网站题目:如何使用Ansible部署Ceph集群
网页路径:http://cdkjz.cn/article/pphgch.html
多年建站经验

多一份参考,总有益处

联系快上网,免费获得专属《策划方案》及报价

咨询相关问题或预约面谈,可以通过以下方式与我们联系

业务热线:400-028-6601 / 大客户专线   成都:13518219792   座机:028-86922220