Node |
System |
Ip |
Service |
Control node |
Centos6.3 |
192.168.2.118 |
Mysql |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
First, configure the control node
1. Configuring the Identity Service
"Install MySQL service"
[[Email protected] ~] #yum-y install MySQL mysql-server//install MySQL Database
[[email protected] ~]#/etc/init.d/mysqld start
Starting mysqld: [OK]
[[Email protected] ~] #chkconfig mysqld on
"Import a three-party installation source"
[Email protected] ~]# wget http://mirrors.zju.edu.cn/epel//6/x86_64/epel-release-6-8.noarch.rpm//based on your own kernel version Download and install the Epel source
[[email protected] ~]# RPM-UVH epel-release-6-8.noarch.rpm//Installation
[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
"Installing the OpenStack-related toolkit"
[Email protected] ~]# yum-y install openstack-utils openstack-keystone python-keystoneclient
[Email protected] ~]#/usr/bin/openstack-db--drop--service Keystone//Create a
grep:/etc/keystone/keystone.conf:no such file or directory
Keystone default DB is not MySQL. Would do I 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 Installing OpenStack