Cenntos6.3 安裝openstack

來源:互聯網
上載者:User

標籤:

節點 系統 IP 服務
控制節點 Centos6.3 192.168.2.118  mysql
       
       
       
       
       
       

一、配置控制節點


1.配置identity服務

【安裝mysql服務】

[[email protected] ~]#yum -y install mysql mysql-server                  //安裝mysql資料庫

[[email protected] ~]# /etc/init.d/mysqld start
Starting mysqld: [ OK ]

[[email protected] ~]#chkconfig mysqld on

【匯入三方安裝源】

[[email protected] ~]# wget http://mirrors.zju.edu.cn/epel//6/x86_64/epel-release-6-8.noarch.rpm              //根據自己核心版本來下載安裝epel源

[[email protected] ~]# rpm -Uvh epel-release-6-8.noarch.rpm                         //安裝

[[email protected] ~]# rpm -Uvh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm

[[email protected] ~]# yum -y install http://repos.fedorapeople.org/repos/openstack/openstack-havana/rdo-release-havana-7.noarch.rpm

【安裝openstack相關工具包】

[[email protected] ~]# yum -y install openstack-utils openstack-keystone python-keystoneclient

[[email protected] ~]# /usr/bin/openstack-db --drop --service keystone                                  //建立一個
grep: /etc/keystone/keystone.conf: No such file or directory
keystone default DB is not mysql. Would you like to reset to mysql now? (y/n): y
Please enter the password for the ‘root‘ MySQL user:
Verified connectivity to MySQL.
Dropping ‘keystone‘ database.
Complete!

 

Cenntos6.3 安裝openstack

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.