CentOS 7
Sponsored Link

OpenStack Kilo : Pre-Requirements2015/06/07

 
This is the example of Cloud Computiong by OpenStack.
On this example, Install and configure Keystone, Glance, Nova, Horizon on a server as All-in-One.
For other componets, refer to the precondition of the section.
Install some services which some components of OpenStack needs for system requirements on here.
[1]
[2]
Install KVM HyperVisor like here.
It's unnecessarry to set Bridge networking manually, though. ( OpenStack system sets Bridge networking )
[3]
[4] Add the repository of Openstack Kilo.
[root@dlp ~]#
yum -y install https://repos.fedorapeople.org/repos/openstack/openstack-kilo/rdo-release-kilo.rpm

[root@dlp ~]#
sed -i -e "s/enabled=1/enabled=0/g" /etc/yum.repos.d/rdo-release.repo

[5] Install RabbitMQ and Memcached.
# install from EPEL

[root@dlp ~]#
yum --enablerepo=epel -y install rabbitmq-server memcached
[root@dlp ~]#
systemctl start rabbitmq-server memcached

[root@dlp ~]#
systemctl enable rabbitmq-server memcached

# change guest's password

[root@dlp ~]#
rabbitmqctl change_password guest password

Changing password for user "guest" ...
...done.
Matched Content