OpenStack: Difference between revisions

Line 35:
yum install https://www.rdoproject.org/repos/rdo-release.rpm
 
On CentOS 7, the Extras repository includes the RPM that activesSetup the OpenStack repository.<br/>:
Extras is already enabled, so you can easily install the RPM to setup the OpenStack repository:
yum install -y centos-release-openstack-queens
yum update -y
 
Packstack represents a utility which facilitates the deployment on multiple nodes for different components of OpenStack via SSH connections and Puppet modulesLmodules:
yum install openstack-packstack
 
Generate an answer file for Packstack with the default configurations which will be later edited with the required parameters in order to deploy a standalone installation of Openstack (single node):
packstack --gen-answer-file='date +"%d.%m.%y"'.conf
ls
 
Edit the generated answer configuration file with a text editor:
Line 52 ⟶ 50:
CONFIG_NTP_SERVERS=0.ro.pool.ntp.org
CONFIG_PROVISION_DEMO=n
CONFIG_KEYSTONE_ADMIN_PW=your_password # forFor Admin user
CONFIG_HEAT_INSTALL=y # Install OpenStack Orchestration (HEAT)
CONFIG_HORIZON_SSL=y # Access OpenStack dashboard via HTTP with SSL enabled
CONFIG_MARIADB_PW=mypassword1234 # The root password for MySQL server