RDO快速部署OpenStack


RDO快速部署OpenStack

1.RDO是什么

RDO是紅帽Red Hat Enterprise Linux OpenStack Platform的社區版,類似RHEL和Fedora,RHEV和oVirt這樣的關系。 說白了,就是紅帽支持一個開源項目,讓你幫他踩坑,得到成熟穩定的版本,紅帽搞一個企業版賺錢。

這個就是紅帽的商業模式,其實是多方受益的,用戶有一個開源免費的軟件工具使用,當然前期可能“坑”比較多,但是和紅帽一起磨合,共同提高穩定性,比較典型的就是CentOS。紅帽發行商業版,賺去服務費,對可靠性、穩定性、服務要更高要求的用戶,就可以購買紅帽的服務。

 

2.RDO准備解決什么問題

OpenStack的安裝是一個難題,組件眾多,非常麻煩。最早支持OS的是Ubuntu,所以在ubuntu上有方便快捷的OpenStack安裝腳本。

OpenStack越來越重要,越來越被大家認可,所以紅帽也推出了OpenStack的快捷安裝部署項目,這個項目就是RDO。

RDO項目的原理是整合上游的OpenStack版本,然后根據紅帽的系統做裁剪和定制,幫助用戶進行選擇,對用戶來說,就是簡單的幾步,完成了OpenStack的部署。

如果手工部署OpenStack,可能需要好幾天,使用RDO,就是幾個命令,再加一兩個小時的等待。當然,犧牲了靈活性,但是對最終用戶來說,要的是簡單部署,穩定使用。

 

3.RDO的快速安裝,4步就可以搞定

yum update -y

yum install -y https://rdoproject.org/repos/rdo-release.rpm

yum install -y openstack-packstack

packstack --allinone

根據網速不同,等待2小時,就可以使用OpenStack了:

4.安裝過程

[root@linux ~]# packstack --allinone
Welcome to the Packstack setup utility

The installation log file is available at: /var/tmp/packstack/20190105-133759-mxVMDp/openstack-setup.log

Installing:
Clean Up                                             [ DONE ]
Discovering ip protocol version                      [ DONE ]
Setting up ssh keys                                  [ DONE ]
Preparing servers                                    [ DONE ]
Pre installing Puppet and discovering hosts' details [ DONE ]
Preparing pre-install entries                        [ DONE ]
Setting up CACERT                                    [ DONE ]
Preparing AMQP entries                               [ DONE ]
Preparing MariaDB entries                            [ DONE ]
Fixing Keystone LDAP config parameters to be undef if empty[ DONE ]
Preparing Keystone entries                           [ DONE ]
Preparing Glance entries                             [ DONE ]
Checking if the Cinder server has a cinder-volumes vg[ DONE ]
Preparing Cinder entries                             [ DONE ]
Preparing Nova API entries                           [ DONE ]
Creating ssh keys for Nova migration                 [ DONE ]
Gathering ssh host keys for Nova migration           [ DONE ]
Preparing Nova Compute entries                       [ DONE ]
Preparing Nova Scheduler entries                     [ DONE ]
Preparing Nova VNC Proxy entries                     [ DONE ]
Preparing OpenStack Network-related Nova entries     [ DONE ]
Preparing Nova Common entries                        [ DONE ]
Preparing Neutron LBaaS Agent entries                [ DONE ]
Preparing Neutron API entries                        [ DONE ]
Preparing Neutron L3 entries                         [ DONE ]
Preparing Neutron L2 Agent entries                   [ DONE ]
Preparing Neutron DHCP Agent entries                 [ DONE ]
Preparing Neutron Metering Agent entries             [ DONE ]
Checking if NetworkManager is enabled and running    [ DONE ]
Preparing OpenStack Client entries                   [ DONE ]
Preparing Horizon entries                            [ DONE ]
Preparing Swift builder entries                      [ DONE ]
Preparing Swift proxy entries                        [ DONE ]
Preparing Swift storage entries                      [ DONE ]
Preparing Gnocchi entries                            [ DONE ]
Preparing Redis entries                              [ DONE ]
Preparing Ceilometer entries                         [ DONE ]
Preparing Aodh entries                               [ DONE ]
Preparing Puppet manifests                           [ DONE ]
Copying Puppet modules and manifests                 [ DONE ]
Applying 192.168.3.141_controller.pp
192.168.3.141_controller.pp:                         [ DONE ]          
Applying 192.168.3.141_network.pp
192.168.3.141_network.pp:                            [ DONE ]       
Applying 192.168.3.141_compute.pp
192.168.3.141_compute.pp:                            [ DONE ]       
Applying Puppet manifests                            [ DONE ]
Finalizing                                           [ DONE ]

 **** Installation completed successfully ******

Additional information:
 * A new answerfile was created in: /root/packstack-answers-20190105-133800.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 192.168.3.141. 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 192.168.3.141. To use the command line tools you need to source the file.
 * To access the OpenStack Dashboard browse to http://192.168.3.141/dashboard .
Please, find your login credentials stored in the keystonerc_admin in your home directory.
 * The installation log file is available at: /var/tmp/packstack/20190105-133759-mxVMDp/openstack-setup.log
 * The generated manifests are available at: /var/tmp/packstack/20190105-133759-mxVMDp/manifests

5.登錄地址

 

 
        

 

6.賬號密碼

/root/packstack-answers-20190105-133800.txt

 

7.登錄界面

 

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM