当后期添加新物理服务器做为计算节点,若是按照上面的过程安装配置的话会很是的慢,可是能够经过复制配置文件的方式快速添加。python
#提早将yum仓库、防火墙、selinux、主机名、时间同步等配置完毕。linux
# yum install -y net-tools vim lrzsz tree screen lsof tcpdumpvim
# yum install centos-release-openstack-ocata.noarchcentos
# yum install -y https://rdoproject.org/repos/rdo-release.rpm服务器
# yum install -y python-openstackclient openstack-selinux openstack-neutron-linuxbridge ebtables ipset #安装所有相关rpm包tcp
# scp -P30022 /etc/neutron/neutron.conf 192.168.10.203:/etc/neutron/neutron.confrest
# scp -P2021 /etc/neutron/plugins/ml2/linuxbridge_agent.ini 192.168.10.203:/etc/neutron/plugins/ml2/linuxbridge_agent.iniserver
# scp -P2021 /etc/nova/nova.conf 192.168.10.203:/etc/nova/nova.confblog
# vim /etc/nova/nova.confip
9728 vncserver_proxyclient_address=192.168.10.203 #改成计算节点的IP
# systemctl enable openstack-nova-compute.service
# systemctl start openstack-nova-compute.service
# systemctl restart neutron-linuxbridge-agent libvirtd.service
# nova service-list
# neutron agent-list