openstack界面操作快速入门:韩老师教你四步搞定
openstack界面操作快速入门:韩老师教你四步搞定前提三:关闭防火墙# setenforce 0前提一:操作系统是必须有的,无论是RHEL还是CENTOS都行,大家要把系统安装好,步骤我就不赘述了。不会装的,可以网上查一下。安装好系统好设置好静态IP,并且保证能与公网通信。前提二:关闭selinux# sed -i 's#SELINUX=enforcing#SELINUX=disabled#g' /etc/sysconfig/selinux
大家都知道OpenStack的手工安装是一个难题,组件众多,非常麻烦,一装就要好几天。让很多初学者望而止步。
最近有很多红帽的学员问我,有没有能在RedHat或Centos上快速安装OpenStack的方法,这个当然有,而且超级简单,准备好环境后只需要四步就可以搞定。那今天就让我把这个大招教给的大家。这个大招就是使用RDO快速部署OpenStack。
官宣一下,RDO项目的原理是整合上游的OpenStack版本,然后根据红帽的系统做裁剪和定制,帮助用户进行选择,对用户来说,就是简单的几步,完成了OpenStack的部署。
好了,现在让我们开始实践吧。先简单准备下环境。
前提一:操作系统是必须有的,无论是RHEL还是CENTOS都行,大家要把系统安装好,步骤我就不赘述了。不会装的,可以网上查一下。安装好系统好设置好静态IP,并且保证能与公网通信。
前提二:关闭selinux
# sed -i 's#SELINUX=enforcing#SELINUX=disabled#g' /etc/sysconfig/selinux
# setenforce 0
前提三:关闭防火墙
# systemctl stop firewalld.service
# systemctl disable firewalld.service
现在开始正式安装过程,四步大法开始了
1、sudo yum install -y https://www.rdoproject.org/repos/rdo-release.rpm
2、sudo yum update -y
3、sudo yum install -y openstack-packstack
4、sudo packstack --allinone
就只需要这四步,所有过程都是自动化完成,只需要等待,一般情况下,一两个小时就可以完成了。
补充说明一下,安装完成后,会出现以下的文字
**** Installation completed successfully ******
Additional information:
* Parameter CONFIG_NEUTRON_L2_AGENT: You have chosen OVN Neutron backend. Note that this backend does not support the VPNaaS or FWaaS services. Geneve will be used as the encapsulation method for tenant networks
* A new answerFile was created in: /root/packstack-answers-20200407-090120.txt
* Time synchronization installation was skipped. Please note that unsynchronized time on server instances might be problem for some OpenStack components.
* Warning: NetworkManager is active on 10.20.0.62. OpenStack networking currently does not work on systems that have the Network Manager service enabled.
* File /root/keystonerc_admin has been created on OpenStack client host 10.20.0.62. To use the command line tools you need to source the file.
* To access the OpenStack Dashboard browse to http://10.20.0.62/dashboard .
Please find your login credentials stored in the keystonerc_admin in your home directory.
* Because of the kernel update the host 10.20.0.62 requires reboot.
* The installation log file is available at: /var/tmp/packstack/20200407-090119-fSAgKM/openstack-setup.log
* The generated manifests are available at: /var/tmp/packstack/20200407-090119-fSAgKM/manifests
注意加红字,其中
http://10.20.0.62/dashboard代表的是OpenStack的登录地址,其中/root/keystonerc_admin将放着登录用户名和密码。
现在我们可以输入用户名和密码登录了
以上为安装全过程,如果你在安装中有任何问题,评论区告诉我。
本文为东方瑞通韩梅老师原创,韩梅老师十八年IT项目经验技术全面,微软连续十年MVP (Most value professional)、微软TechED特邀讲师、华为Cloud HCIE、华为云计算认证讲师(HCSI)、红帽架构师。