CentOS7.0如何安裝OpenStackJUJO

這篇文章給大家分享的是有關(guān)CentOS7.0如何安裝OpenStack JUJO 的內(nèi)容。小編覺(jué)得挺實(shí)用的,因此分享給大家做個(gè)參考,一起跟隨小編過(guò)來(lái)看看吧。

創(chuàng)新互聯(lián)公司專注于憑祥網(wǎng)站建設(shè)服務(wù)及定制,我們擁有豐富的企業(yè)做網(wǎng)站經(jīng)驗(yàn)。 熱誠(chéng)為您提供憑祥營(yíng)銷型網(wǎng)站建設(shè),憑祥網(wǎng)站制作、憑祥網(wǎng)頁(yè)設(shè)計(jì)、憑祥網(wǎng)站官網(wǎng)定制、小程序制作服務(wù),打造憑祥網(wǎng)絡(luò)公司原創(chuàng)品牌,更為您提供憑祥網(wǎng)站排名全網(wǎng)營(yíng)銷落地服務(wù)。

  • 安裝CentOS 7.0,選擇最小化安裝,服務(wù)器設(shè)置如下

    IP地址:192.168.0.151/24 網(wǎng)關(guān):192.168.0.1 DNS:192.168.0.1 主機(jī)名 node151.example.com

    CentOS7.0如何安裝OpenStack JUJO

  • 添加RDO YUM源,并修改yum配置保存下載的軟件包,便于后續(xù)離線安裝

# curl -O ftp://partners.redhat.com/8aa5fd896ed3a83f6533a78287906111/OpenStack/6.0-RHEL-7/2015-01-20.1/RH7-RHOS-6.0.repo
# sed -i s#keepcache.*#keepcache=1#g /etc/yum.conf
# sed -i s#cachedir.*#cachedir=\/var\/cache\/yum\/#g /etc/yum.conf
  • 關(guān)閉NetworkManager服務(wù),并開(kāi)啟network服務(wù)

# systemctl stop NetworkManager.service
# systemctl disable NetworkManager.service
# systemctl start network.service
# chkconfig network on
  • 安裝packstack組件

# yum install –y openstack-packstack
  • 生成packstack應(yīng)答文件

# packstack --gen-answer-file=allinone.conf
  • 安裝openstack

# packstack --answer-file=/root/allinone.conf
Welcome to the Packstack setup utility
 
The installation log file is available at: /var/tmp/packstack/20150227-233818-CnLUnf/openstack-setup.log
 
Installing:
Clean Up                                             [ DONE ]
Setting up ssh keys                                  [ DONE ]
Discovering hosts' details                           [ DONE ]
Adding pre install manifest entries                  [ DONE ]
Preparing servers                                    [ DONE ]
Adding AMQP manifest entries                         [ DONE ]
Adding MariaDB manifest entries                      [ DONE ]
Adding Keystone manifest entries                     [ DONE ]
Adding Glance Keystone manifest entries              [ DONE ]
Adding Glance manifest entries                       [ DONE ]
Adding Cinder Keystone manifest entries              [ DONE ]
Checking if the Cinder server has a cinder-volumes vg[ DONE ]
Adding Cinder manifest entries                       [ DONE ]
Adding Nova API manifest entries                     [ DONE ]
Adding Nova Keystone manifest entries                [ DONE ]
Adding Nova Cert manifest entries                    [ DONE ]
Adding Nova Conductor manifest entries               [ DONE ]
Creating ssh keys for Nova migration                 [ DONE ]
Gathering ssh host keys for Nova migration           [ DONE ]
Adding Nova Compute manifest entries                 [ DONE ]
Adding Nova Scheduler manifest entries               [ DONE ]
Adding Nova VNC Proxy manifest entries               [ DONE ]
Adding OpenStack Network-related Nova manifest entries[ DONE ]
Adding Nova Common manifest entries                  [ DONE ]
Adding Neutron API manifest entries                  [ DONE ]
Adding Neutron Keystone manifest entries             [ DONE ]
Adding Neutron L3 manifest entries                   [ DONE ]
Adding Neutron L2 Agent manifest entries             [ DONE ]
Adding Neutron DHCP Agent manifest entries           [ DONE ]
Adding Neutron LBaaS Agent manifest entries          [ DONE ]
Adding Neutron Metering Agent manifest entries       [ DONE ]
Adding Neutron Metadata Agent manifest entries       [ DONE ]
Checking if NetworkManager is enabled and running    [ DONE ]
Adding OpenStack Client manifest entries             [ DONE ]
Adding Horizon manifest entries                      [ DONE ]
Adding Swift Keystone manifest entries               [ DONE ]
Adding Swift builder manifest entries                [ DONE ]
Adding Swift proxy manifest entries                  [ DONE ]
Adding Swift storage manifest entries                [ DONE ]
Adding Swift common manifest entries                 [ DONE ]
Adding Provisioning Demo manifest entries            [ DONE ]
Adding Provisioning Glance manifest entries          [ DONE ]
Adding MongoDB manifest entries                      [ DONE ]
Adding redis manifest entries                        [ DONE ]
Adding Ceilometer manifest entries                   [ DONE ]
Adding Ceilometer Keystone manifest entries          [ DONE ]
Adding Nagios server manifest entries                [ DONE ]
Adding Nagios host manifest entries                  [ DONE ]
Adding post install manifest entries                 [ DONE ]
Installing Dependencies                              [ DONE ]
Copying Puppet modules and manifests                 [ DONE ]
Applying 192.168.0.151_prescript.pp
192.168.0.151_prescript.pp:                          [ DONE ]
Applying 192.168.0.151_amqp.pp
Applying 192.168.0.151_mariadb.pp
192.168.0.151_amqp.pp:                               [ DONE ]
192.168.0.151_mariadb.pp:                            [ DONE ]
Applying 192.168.0.151_keystone.pp
Applying 192.168.0.151_glance.pp
Applying 192.168.0.151_cinder.pp
192.168.0.151_keystone.pp:                           [ DONE ]
192.168.0.151_glance.pp:                             [ DONE ]
192.168.0.151_cinder.pp:                             [ DONE ]
Applying 192.168.0.151_api_nova.pp
192.168.0.151_api_nova.pp:                           [ DONE ]
Applying 192.168.0.151_nova.pp
192.168.0.151_nova.pp:                               [ DONE ]
Applying 192.168.0.151_neutron.pp
192.168.0.151_neutron.pp:                            [ DONE ]
Applying 192.168.0.151_osclient.pp
Applying 192.168.0.151_horizon.pp
192.168.0.151_osclient.pp:                           [ DONE ]
192.168.0.151_horizon.pp:                            [ DONE ]
Applying 192.168.0.151_ring_swift.pp
192.168.0.151_ring_swift.pp:                         [ DONE ]
Applying 192.168.0.151_swift.pp
Applying 192.168.0.151_provision_demo.pp
Applying 192.168.0.151_provision_glance
192.168.0.151_swift.pp:                              [ DONE ]
192.168.0.151_provision_demo.pp:                     [ DONE ]
192.168.0.151_provision_glance:                      [ DONE ]
Applying 192.168.0.151_mongodb.pp
Applying 192.168.0.151_redis.pp
192.168.0.151_mongodb.pp:                            [ DONE ]
192.168.0.151_redis.pp:                              [ DONE ]
Applying 192.168.0.151_ceilometer.pp
192.168.0.151_ceilometer.pp:                         [ DONE ]
Applying 192.168.0.151_nagios.pp
Applying 192.168.0.151_nagios_nrpe.pp
192.168.0.151_nagios.pp:                             [ DONE ]
192.168.0.151_nagios_nrpe.pp:                        [ DONE ]
Applying 192.168.0.151_postscript.pp
192.168.0.151_postscript.pp:                         [ DONE ]
Applying Puppet manifests                            [ DONE ]
Finalizing                                           [ DONE ]
 
 **** Installation completed successfully ******
 
 
Additional information:
 * Time synchronization installation was skipped. Please note that unsynchronized time on server instances might be problem for some OpenStack components.
 * File /root/keystonerc_admin has been created on OpenStack client host 192.168.0.151. To use the command line tools you need to source the file.
 * To access the OpenStack Dashboard browse to http://192.168.0.151/dashboard .
Please, find your login credentials stored in the keystonerc_admin in your home directory.
 * To use Nagios, browse to http://192.168.0.151/nagios username: nagiosadmin, password: 0fa3c8326ec4457a
 * Because of the kernel update the host 192.168.0.151 requires reboot.
 * The installation log file is available at: /var/tmp/packstack/20150227-233818-CnLUnf/openstack-setup.log
 * The generated manifests are available at: /var/tmp/packstack/20150227-233818-CnLUnf/manifests
  • 查看openstack dashboard,在瀏覽器中打開(kāi)http://192.168.0.151/dashboard

CentOS7.0如何安裝OpenStack JUJO

感謝各位的閱讀!關(guān)于“CentOS7.0如何安裝OpenStack JUJO ”這篇文章就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,讓大家可以學(xué)到更多知識(shí),如果覺(jué)得文章不錯(cuò),可以把它分享出去讓更多的人看到吧!

網(wǎng)站標(biāo)題:CentOS7.0如何安裝OpenStackJUJO
瀏覽地址:http://bm7419.com/article28/psdocp.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站策劃、網(wǎng)站導(dǎo)航、全網(wǎng)營(yíng)銷推廣、網(wǎng)站維護(hù)、網(wǎng)站排名網(wǎng)站營(yíng)銷

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)

成都app開(kāi)發(fā)公司