操作系统:CentOS 7.5
服务器:酷睿E8600+8G+SSD128G
一、安装openstack rocky
https://www.rdoproject.org/install/packstack/
systemctl disable firewalld
systemctl stop firewalld
systemctl disable NetworkManager
systemctl stop NetworkManager
systemctl enable network
systemctl start network
yum install -y https://rdoproject.org/repos/rdo-release.rpm
这一步安装好后,最好将相关repo文件中的url修改为国内仓库,速度会快很多,如中科大http://mirrors.ustc.edu.cn/
yum install -y centos-release-openstack-rocky
yum-config-manager –enable openstack-rocky
yum update -y