1 installing the Rocky release on all nodes.
安装之后,会在/etc/yum.repos.d/下产生CentOS-OpenStack-rocky.repo,CentOS-Ceph-Luminous.repo,CentOS-QEMU-EV.repo,CentOS-Storage-common.repo这4个yum源,由于centos官方已经无rocky版本的安装包了,建议修改成阿里云完成之后的安装,主要修改CentOS-OpenStack-rocky.repo及CentOS-Ceph-Luminous.repo就可以了。
cat CentOS-OpenStack-rocky.repo (黑色体为修改成阿里云地址)
cat CentOS-Ceph-Luminous.repo (黑色体为修改成阿里云地址)
必要的时候,重新制作yum cache
2 Upgrade the packages on all nodes:
3 Install the OpenStack client:
4 Install the openstack-selinux package to automatically manage security policies for OpenStack services:
来源:https://www.cnblogs.com/cloud-datacenter/p/12253726.html