在gentoo上部署openstack流程记录
参考连接:http://docs.openstack.org/liberty/
edit /etc/systemd/network/xxx0-network
[Match]
Name=eth0
[Network]
Address=10.11.52.31
Gateway=10.11.0.1
netmask=255.255.0.0
DNS=223.5.5.5
edit /etc/systemd/network/xxx1-network
[Match]
Name=eth1
[Network]
Address=192.168.126.11
Gateway=192.168.126.1
netmask=255.255.255.0
DNS=223.5.5.5
edit /etc/hosts
127.0.0.1 controller
127.0.0.1 compute1
127.0.0.1 block1
127.0.0.1 object1
127.0.0.1 object2
controller node
emerge -av chrony
edit /etc/chrony.conf, replace NTP_SERVER with ip of the server
server NTP_SERVER iburst
allow 192.168.126.0/24
本文档详细记录了在Gentoo系统中部署OpenStack的具体步骤,包括配置网络接口、设置主机名映射及安装时间同步服务等关键操作。
1万+

被折叠的 条评论
为什么被折叠?



