OpenStack: Difference between revisions

Content added Content deleted
Line 30: Line 30:
yum install ntpdate
yum install ntpdate


== Install OpenStack ==
== Preparing OpenStack Queens Installation ==



OpenStack will be deployed with the help of PackStack package provided by rdo repository (RPM Distribution of OpenStack):
OpenStack will be deployed with the help of PackStack package provided by rdo repository (RPM Distribution of OpenStack):
Line 38: Line 37:
On CentOS 7, the Extras repository includes the RPM that actives the OpenStack repository.<br/>
On CentOS 7, the Extras repository includes the RPM that actives the OpenStack repository.<br/>
Extras is already enabled, so you can easily install the RPM to setup the OpenStack repository:
Extras is already enabled, so you can easily install the RPM to setup the OpenStack repository:
yum install -y centos-release-openstack-mitaka
yum install -y centos-release-openstack-queens
yum update -y
yum update -y



Packstack represents a utility which facilitates the deployment on multiple nodes for different components of OpenStack via SSH connections and Puppet modulesL
Packstack represents a utility which facilitates the deployment on multiple nodes for different components of OpenStack via SSH connections and Puppet modulesL
Line 58: Line 56:
CONFIG_MARIADB_PW=mypassword1234 # The root password for MySQL server
CONFIG_MARIADB_PW=mypassword1234 # The root password for MySQL server
CONFIG_NAGIOS_INSTALL=n # Disable Nagios
CONFIG_NAGIOS_INSTALL=n # Disable Nagios






Enable Root SSH login by uncomment below line:
Enable Root SSH login by uncomment below line:
Line 69: Line 62:


systemctl restart sshd
systemctl restart sshd

== Start Installation using Packstack Answer File ==

packstack --answer-file 13.04.16.conf