背景:上一篇文章讲了Openstack Controller node的安装和配置,和控制节点相比,compute node的安装和配置就非常简单了
1、准备工作
Compute node的准备工作和Controller node一样,具体参考上一篇《CentOS下搭建openstack集群》的准备工作
这里再补充一点,确保所有机器,包括网关机和所有openstack cluster的/etc/hosts文件相同,并且具有hostname到IP地址的正确映射,比如:
[root@bdpe09 ~]# cat /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
192.168.32.1 smabee
192.168.32.11 bdpe11
192.168.32.9 bdpe09
192.168.32.10 bdpe10
192.168.32.12 bdpe12
192.168.32.5 bdpe05
192.168.32.6 bdpe06
192.168.32.7 bdpe07
192.168.32.8 bdpe08
192.168.32.21 bdpe01
192.168.32.2 bdpe02
192.168.32.3 bdpe03
192.168.32.4 bdpe04