MySQL can be replaced with MARIADB
Earlier in the 51cto blog saw a teacher wrote a seven version of the deployment plan, written very good, has been collected.
Yum Install Ntp-y
Vi/etc/ntp.conf
#server 0.centos.pool.ntp.org Iburst
#server 1.centos.pool.ntp.org Iburst
#server 2.centos.pool.ntp.org Iburst
#server 3.centos.pool.ntp.org Iburst
Restrict 192.168.100.0 mask 255.255.255.0 nomodify
Server 127.127.1.0
Fudge 127.127.1.0 Stratum 10
Service NTPD Restart
Chkconfig ntpd on
Ntpstat
Ntpq-p
Yum install MySQL mysql-server mysql-python-y
Vi/etc/my.cnf
Bind-address = 192.168.100.10
Default-storage-engine = InnoDB
Innodb_file_per_table
Collation-server = Utf8_general_ci
Init-connect = ' SET NAMES UTF8 '
Character-set-server = UTF8
Service mysqld Restart
Chkconfig mysqld on
mysql_install_db
/usr/bin/mysqladmin-u root password ' 000000 '
Mysql_secure_installation
Remove anonymoususers? [y/n] Y
Disallowroot login remotely? [y/n] n
Removetest database and access to it? [y/n] Y
Reloadprivilege tables now? [y/n] Y
Yum Install yum-plugin-priorities openstack-utils openstack-selinux-y
Yum Upgrade-y
Yum Install Qpid-cpp-server-y
Vi/etc/qpidd.conf
Auth=no
Service Qpidd Restart
Chkconfig Qpidd on
This article is from the "Jasmine Love Study" blog, please be sure to keep this source http://molilinzi.blog.51cto.com/8282931/1657709
Remember the Cloud Test experiment-openstack-icehouse-install Ntp-qpid-mysql